#B1CAA8

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

Shades of Rainee #B1CAA8

Tints of Rainee #B1CAA8

Color information

#B1CAA8 (or 0xB1CAA8) is unknown color: approx Rainee. HEX triplet: B1, CA and A8. RGB value is (177,202,168). Sum of RGB (Red+Green+Blue) = 177+202+168=547 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.36% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 168 (66.02% from 255 or 30.71% from 547); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CAA8 is #4E3557. Grayscale: #BEBEBE. Windows color (decimal): -5125464 or 11061937. OLE color: 11061937.

HSL color Cylindrical-coordinate representation of color #B1CAA8: hue angle of 104.12º 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 #B1CAA8 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB177202168-
CMYK0.1200.170.21
HSL104.12º24.29%72.55%-
HSV(B)104.12º16.83%79.22%-
XYZ46.3254.4245.11-
YUV190.65115.22118.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.36%
GREEN value IS 202 (79.30% from 255) = 36.93%
BLUE value IS 168 (66.02% from 255) = 30.71%
R=32.36%
G=36.93%
B=30.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1772021680.1200.170.21104.1224.2972.55
HexB1CAA8C01115681849
Octal261312250140212515030111
Binary1011000111001010101010001100010001101011101000110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CAA8; }

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

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

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

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

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

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

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

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