Shades of Rainee #B9CBB2
Tints of Rainee #B9CBB2
RGB
CMYK
RGB Variations
Color information
#B9CBB2 (or 0xB9CBB2) is known color: Rainee. HEX triplet: B9, CB and B2. RGB value is (185,203,178). Sum of RGB (Red+Green+Blue) = 185+203+178=566 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.69% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 178 (69.92% from 255 or 31.45% from 566); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CBB2 is #46344D. Grayscale: #C2C2C2. Windows color (decimal): -4600910 or 11717561. OLE color: 11717561.
HSL color Cylindrical-coordinate representation of color #B9CBB2: hue angle of 103.2º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9CBB2 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 203 | 178 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.20 |
| HSL | 103.2º | 0.19% | 0.75% | - |
| HSV(B) | 103.2º | 0.12% | 0.8% | - |
| XYZ | 49.4 | 56.24 | 50.37 | - |
| YUV | 194.77 | 118.54 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 203 | 178 | 0.09 | 0 | 0.12 | 0.20 | 103.2 | 0.19 | 0.75 |
| Hex | B9 | CB | B2 | 9 | 0 | C | 14 | 67 | 13 | 4B |
| Octal | 271 | 313 | 262 | 11 | 0 | 14 | 24 | 147 | 23 | 113 |
| Binary | 10111001 | 11001011 | 10110010 | 1001 | 0 | 1100 | 10100 | 1100111 | 10011 | 1001011 |
Color Harmonies of #B9CBB2
Complementary color
Monochromatic Colors of #B9CBB2
Black with #B9CBB2
Text Example
Text Example
White with #B9CBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CBB2; }
p { color: rgb(185,203,178); }
H1.HeaderClassName
{
color: #B9CBB2;
}
.AnyTagClassName
{
color: #B9CBB2;
}
</style>
background-color css
<style>
a { background-color: #B9CBB2; }
a { background-color: rgb(185,203,178); }
div.DivClassName
{
background-color: #B9CBB2;
}
.BgClassName
{
background-color: #B9CBB2;
}
</style>
border-color css
<style>
span { border-color: #B9CBB2; }
span { border-color: rgb(185,203,178); }
td.TdClassName
{
border-color: #B9CBB2;
}
.TagClassName
{
border-color: #B9CBB2;
}
</style>