Shades of Rainee #B9C8B4
Tints of Rainee #B9C8B4
RGB
CMYK
RGB Variations
Color information
#B9C8B4 (or 0xB9C8B4) is known color: Rainee. HEX triplet: B9, C8 and B4. RGB value is (185,200,180). Sum of RGB (Red+Green+Blue) = 185+200+180=565 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.74% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 180 (70.70% from 255 or 31.86% from 565); Max value from RGB is 200 - color contains mainly: green. Hex color #B9C8B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C8B4 is #46374B. Grayscale: #C1C1C1. Windows color (decimal): -4601676 or 11847865. OLE color: 11847865.
HSL color Cylindrical-coordinate representation of color #B9C8B4: hue angle of 105º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9C8B4 is Cyan = 0.08, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 200 | 180 | - |
| CMYK | 0.08 | 0 | 0.1 | 0.22 |
| HSL | 105º | 0.15% | 0.75% | - |
| HSV(B) | 105º | 0.1% | 0.78% | - |
| XYZ | 48.9 | 54.92 | 51.2 | - |
| YUV | 193.24 | 120.53 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 200 | 180 | 0.08 | 0 | 0.1 | 0.22 | 105 | 0.15 | 0.75 |
| Hex | B9 | C8 | B4 | 8 | 0 | A | 16 | 69 | F | 4B |
| Octal | 271 | 310 | 264 | 10 | 0 | 12 | 26 | 151 | 17 | 113 |
| Binary | 10111001 | 11001000 | 10110100 | 1000 | 0 | 1010 | 10110 | 1101001 | 1111 | 1001011 |
Color Harmonies of #B9C8B4
Complementary color
Monochromatic Colors of #B9C8B4
Black with #B9C8B4
Text Example
Text Example
White with #B9C8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C8B4; }
p { color: rgb(185,200,180); }
H1.HeaderClassName
{
color: #B9C8B4;
}
.AnyTagClassName
{
color: #B9C8B4;
}
</style>
background-color css
<style>
a { background-color: #B9C8B4; }
a { background-color: rgb(185,200,180); }
div.DivClassName
{
background-color: #B9C8B4;
}
.BgClassName
{
background-color: #B9C8B4;
}
</style>
border-color css
<style>
span { border-color: #B9C8B4; }
span { border-color: rgb(185,200,180); }
td.TdClassName
{
border-color: #B9C8B4;
}
.TagClassName
{
border-color: #B9C8B4;
}
</style>