Shades of Rainee #BBC2B9
Tints of Rainee #BBC2B9
RGB
CMYK
RGB Variations
Color information
#BBC2B9 (or 0xBBC2B9) is known color: Rainee. HEX triplet: BB, C2 and B9. RGB value is (187,194,185). Sum of RGB (Red+Green+Blue) = 187+194+185=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 194 (76.17% from 255 or 34.28% from 566); Blue value is 185 (72.66% from 255 or 32.69% from 566); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC2B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2B9 is #443D46. Grayscale: #BEBEBE. Windows color (decimal): -4472135 or 12174011. OLE color: 12174011.
HSL color Cylindrical-coordinate representation of color #BBC2B9: hue angle of 106.67º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BBC2B9 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
RGB | 187 | 194 | 185 | - |
CMYK | 0.04 | 0 | 0.05 | 0.24 |
HSL | 106.67º | 0.07% | 0.74% | - |
HSV(B) | 106.67º | 0.05% | 0.76% | - |
XYZ | 48.54 | 52.65 | 53.5 | - |
YUV | 190.88 | 124.68 | 125.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 194 | 185 | 0.04 | 0 | 0.05 | 0.24 | 106.67 | 0.07 | 0.74 |
Hex | BB | C2 | B9 | 4 | 0 | 5 | 18 | 6B | 7 | 4A |
Octal | 273 | 302 | 271 | 4 | 0 | 5 | 30 | 153 | 7 | 112 |
Binary | 10111011 | 11000010 | 10111001 | 100 | 0 | 101 | 11000 | 1101011 | 111 | 1001010 |
Color Harmonies of #BBC2B9
Complementary color
Monochromatic Colors of #BBC2B9
Black with #BBC2B9
Text Example
Text Example
White with #BBC2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC2B9; }
p { color: rgb(187,194,185); }
H1.HeaderClassName
{
color: #BBC2B9;
}
.AnyTagClassName
{
color: #BBC2B9;
}
</style>
background-color css
<style>
a { background-color: #BBC2B9; }
a { background-color: rgb(187,194,185); }
div.DivClassName
{
background-color: #BBC2B9;
}
.BgClassName
{
background-color: #BBC2B9;
}
</style>
border-color css
<style>
span { border-color: #BBC2B9; }
span { border-color: rgb(187,194,185); }
td.TdClassName
{
border-color: #BBC2B9;
}
.TagClassName
{
border-color: #BBC2B9;
}
</style>