Shades of Rainee #BBC3B9
Tints of Rainee #BBC3B9
RGB
CMYK
RGB Variations
Color information
#BBC3B9 (or 0xBBC3B9) is known color: Rainee. HEX triplet: BB, C3 and B9. RGB value is (187,195,185). Sum of RGB (Red+Green+Blue) = 187+195+185=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 195 (76.56% from 255 or 34.39% from 567); Blue value is 185 (72.66% from 255 or 32.63% from 567); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC3B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC3B9 is #443C46. Grayscale: #BFBFBF. Windows color (decimal): -4471879 or 12174267. OLE color: 12174267.
HSL color Cylindrical-coordinate representation of color #BBC3B9: hue angle of 108º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BBC3B9 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
RGB | 187 | 195 | 185 | - |
CMYK | 0.04 | 0 | 0.05 | 0.24 |
HSL | 108º | 0.08% | 0.75% | - |
HSV(B) | 108º | 0.05% | 0.76% | - |
XYZ | 48.77 | 53.1 | 53.58 | - |
YUV | 191.47 | 124.35 | 124.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 195 | 185 | 0.04 | 0 | 0.05 | 0.24 | 108 | 0.08 | 0.75 |
Hex | BB | C3 | B9 | 4 | 0 | 5 | 18 | 6C | 8 | 4B |
Octal | 273 | 303 | 271 | 4 | 0 | 5 | 30 | 154 | 10 | 113 |
Binary | 10111011 | 11000011 | 10111001 | 100 | 0 | 101 | 11000 | 1101100 | 1000 | 1001011 |
Color Harmonies of #BBC3B9
Complementary color
Monochromatic Colors of #BBC3B9
Black with #BBC3B9
Text Example
Text Example
White with #BBC3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC3B9; }
p { color: rgb(187,195,185); }
H1.HeaderClassName
{
color: #BBC3B9;
}
.AnyTagClassName
{
color: #BBC3B9;
}
</style>
background-color css
<style>
a { background-color: #BBC3B9; }
a { background-color: rgb(187,195,185); }
div.DivClassName
{
background-color: #BBC3B9;
}
.BgClassName
{
background-color: #BBC3B9;
}
</style>
border-color css
<style>
span { border-color: #BBC3B9; }
span { border-color: rgb(187,195,185); }
td.TdClassName
{
border-color: #BBC3B9;
}
.TagClassName
{
border-color: #BBC3B9;
}
</style>