#B3CAA8

Color #B3CAA8 Rainee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rainee #B3CAA8

Tints of Rainee #B3CAA8

Color information

#B3CAA8 (or 0xB3CAA8) is unknown color: approx Rainee. HEX triplet: B3, CA and A8. RGB value is (179,202,168). Sum of RGB (Red+Green+Blue) = 179+202+168=549 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.60% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 168 (66.02% from 255 or 30.60% from 549); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CAA8 is #4C3557. Grayscale: #BFBFBF. Windows color (decimal): -4994392 or 11061939. OLE color: 11061939.

HSL color Cylindrical-coordinate representation of color #B3CAA8: hue angle of 100.59º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B3CAA8 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB179202168-
CMYK0.1100.170.21
HSL100.59º24.29%72.55%-
HSV(B)100.59º16.83%79.22%-
XYZ46.7854.6545.13-
YUV191.25114.88119.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 32.60%
GREEN value IS 202 (79.30% from 255) = 36.79%
BLUE value IS 168 (66.02% from 255) = 30.60%
R=32.60%
G=36.79%
B=30.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1792021680.1100.170.21100.5924.2972.55
HexB3CAA8B01115651849
Octal263312250130212514530111
Binary1011001111001010101010001011010001101011100101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CAA8; }

 p { color: rgb(179,202,168); }

 H1.HeaderClassName
 {
   color: #B3CAA8;
 }
 .AnyTagClassName
 {
   color: #B3CAA8;
 }
</style>
background-color css

<style>
 a { background-color: #B3CAA8; }

 a { background-color: rgb(179,202,168); }

 div.DivClassName
 {
   background-color: #B3CAA8;
 }
 .BgClassName
 {
   background-color: #B3CAA8;
 }
</style>
border-color css

<style>
 span { border-color: #B3CAA8; }

 span { border-color: rgb(179,202,168); }

 td.TdClassName
 {
   border-color: #B3CAA8;
 }
 .TagClassName
 {
   border-color: #B3CAA8;
 }
</style>