Shades of Rainee #B9CBB3
Tints of Rainee #B9CBB3
RGB
CMYK
RGB Variations
Color information
#B9CBB3 (or 0xB9CBB3) is known color: Rainee. HEX triplet: B9, CB and B3. RGB value is (185,203,179). Sum of RGB (Red+Green+Blue) = 185+203+179=567 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.63% from 567); Green value is 203 (79.69% from 255 or 35.80% from 567); Blue value is 179 (70.31% from 255 or 31.57% from 567); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CBB3 is #46344C. Grayscale: #C2C2C2. Windows color (decimal): -4600909 or 11783097. OLE color: 11783097.
HSL color Cylindrical-coordinate representation of color #B9CBB3: hue angle of 105º 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 #B9CBB3 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 203 | 179 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.20 |
| HSL | 105º | 0.19% | 0.75% | - |
| HSV(B) | 105º | 0.12% | 0.8% | - |
| XYZ | 49.5 | 56.28 | 50.9 | - |
| YUV | 194.88 | 119.04 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 203 | 179 | 0.09 | 0 | 0.12 | 0.20 | 105 | 0.19 | 0.75 |
| Hex | B9 | CB | B3 | 9 | 0 | C | 14 | 69 | 13 | 4B |
| Octal | 271 | 313 | 263 | 11 | 0 | 14 | 24 | 151 | 23 | 113 |
| Binary | 10111001 | 11001011 | 10110011 | 1001 | 0 | 1100 | 10100 | 1101001 | 10011 | 1001011 |
Color Harmonies of #B9CBB3
Complementary color
Monochromatic Colors of #B9CBB3
Black with #B9CBB3
Text Example
Text Example
White with #B9CBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CBB3; }
p { color: rgb(185,203,179); }
H1.HeaderClassName
{
color: #B9CBB3;
}
.AnyTagClassName
{
color: #B9CBB3;
}
</style>
background-color css
<style>
a { background-color: #B9CBB3; }
a { background-color: rgb(185,203,179); }
div.DivClassName
{
background-color: #B9CBB3;
}
.BgClassName
{
background-color: #B9CBB3;
}
</style>
border-color css
<style>
span { border-color: #B9CBB3; }
span { border-color: rgb(185,203,179); }
td.TdClassName
{
border-color: #B9CBB3;
}
.TagClassName
{
border-color: #B9CBB3;
}
</style>