Shades of Rainee #B9BCB8
Tints of Rainee #B9BCB8
RGB
CMYK
RGB Variations
Color information
#B9BCB8 (or 0xB9BCB8) is known color: Rainee. HEX triplet: B9, BC and B8. RGB value is (185,188,184). Sum of RGB (Red+Green+Blue) = 185+188+184=557 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.21% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 184 (72.27% from 255 or 33.03% from 557); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BCB8 is #464347. Grayscale: #BABABA. Windows color (decimal): -4604744 or 12106937. OLE color: 12106937.
HSL color Cylindrical-coordinate representation of color #B9BCB8: hue angle of 105º degrees, saturation: 0.03, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B9BCB8 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
RGB | 185 | 188 | 184 | - |
CMYK | 0.02 | 0 | 0.02 | 0.26 |
HSL | 105º | 0.03% | 0.73% | - |
HSV(B) | 105º | 0.02% | 0.74% | - |
XYZ | 46.64 | 49.74 | 52.49 | - |
YUV | 186.65 | 126.51 | 126.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 188 | 184 | 0.02 | 0 | 0.02 | 0.26 | 105 | 0.03 | 0.73 |
Hex | B9 | BC | B8 | 2 | 0 | 2 | 1A | 69 | 3 | 49 |
Octal | 271 | 274 | 270 | 2 | 0 | 2 | 32 | 151 | 3 | 111 |
Binary | 10111001 | 10111100 | 10111000 | 10 | 0 | 10 | 11010 | 1101001 | 11 | 1001001 |
Color Harmonies of #B9BCB8
Complementary color
Monochromatic Colors of #B9BCB8
Black with #B9BCB8
Text Example
Text Example
White with #B9BCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BCB8; }
p { color: rgb(185,188,184); }
H1.HeaderClassName
{
color: #B9BCB8;
}
.AnyTagClassName
{
color: #B9BCB8;
}
</style>
background-color css
<style>
a { background-color: #B9BCB8; }
a { background-color: rgb(185,188,184); }
div.DivClassName
{
background-color: #B9BCB8;
}
.BgClassName
{
background-color: #B9BCB8;
}
</style>
border-color css
<style>
span { border-color: #B9BCB8; }
span { border-color: rgb(185,188,184); }
td.TdClassName
{
border-color: #B9BCB8;
}
.TagClassName
{
border-color: #B9BCB8;
}
</style>