#B1CAAB

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

Shades of Rainee #B1CAAB

Tints of Rainee #B1CAAB

Color information

#B1CAAB (or 0xB1CAAB) is unknown color: approx Rainee. HEX triplet: B1, CA and AB. RGB value is (177,202,171). Sum of RGB (Red+Green+Blue) = 177+202+171=550 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.18% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CAAB is #4E3554. Grayscale: #BFBFBF. Windows color (decimal): -5125461 or 11258545. OLE color: 11258545.

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

Color convert

RGB177202171-
CMYK0.1200.150.21
HSL108.39º22.63%73.14%-
HSV(B)108.39º15.35%79.22%-
XYZ46.654.5346.6-
YUV190.99116.72118.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.18%
GREEN value IS 202 (79.30% from 255) = 36.73%
BLUE value IS 171 (67.19% from 255) = 31.09%
R=32.18%
G=36.73%
B=31.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1772021710.1200.150.21108.3922.6373.14
HexB1CAABC0F156c1749
Octal261312253140172515427111
Binary101100011100101010101011110001111101011101100101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CAAB; }

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

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

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

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

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

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

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

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