#B0CAAB

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

Shades of Rainee #B0CAAB

Tints of Rainee #B0CAAB

Color information

#B0CAAB (or 0xB0CAAB) is unknown color: approx Rainee. HEX triplet: B0, CA and AB. RGB value is (176,202,171). Sum of RGB (Red+Green+Blue) = 176+202+171=549 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.06% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CAAB is #4F3554. Grayscale: #BEBEBE. Windows color (decimal): -5190997 or 11258544. OLE color: 11258544.

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

Color convert

RGB176202171-
CMYK0.1300.150.21
HSL110.32º22.63%73.14%-
HSV(B)110.32º15.35%79.22%-
XYZ46.3854.4146.59-
YUV190.69116.89117.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.06%
GREEN value IS 202 (79.30% from 255) = 36.79%
BLUE value IS 171 (67.19% from 255) = 31.15%
R=32.06%
G=36.79%
B=31.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1762021710.1300.150.21110.3222.6373.14
HexB0CAABD0F156e1749
Octal260312253150172515627111
Binary101100001100101010101011110101111101011101110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CAAB; }

 p { color: rgb(176,202,171); }

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

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

 a { background-color: rgb(176,202,171); }

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

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

 span { border-color: rgb(176,202,171); }

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