#B2CAAB

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

Shades of Rainee #B2CAAB

Tints of Rainee #B2CAAB

Color information

#B2CAAB (or 0xB2CAAB) is unknown color: approx Rainee. HEX triplet: B2, CA and AB. RGB value is (178,202,171). Sum of RGB (Red+Green+Blue) = 178+202+171=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CAAB is #4D3554. Grayscale: #BFBFBF. Windows color (decimal): -5059925 or 11258546. OLE color: 11258546.

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

Color convert

RGB178202171-
CMYK0.1200.150.21
HSL106.45º22.63%73.14%-
HSV(B)106.45º15.35%79.22%-
XYZ46.8354.6546.61-
YUV191.29116.55118.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.30%
GREEN value IS 202 (79.30% from 255) = 36.66%
BLUE value IS 171 (67.19% from 255) = 31.03%
R=32.30%
G=36.66%
B=31.03%

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
Decimal1782021710.1200.150.21106.4522.6373.14
HexB2CAABC0F156a1749
Octal262312253140172515227111
Binary101100101100101010101011110001111101011101010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CAAB; }

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

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

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

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

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

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

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

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