Shades of Rainee #B9CDB5
Tints of Rainee #B9CDB5
RGB
CMYK
RGB Variations
Color information
#B9CDB5 (or 0xB9CDB5) is known color: Rainee. HEX triplet: B9, CD and B5. RGB value is (185,205,181). Sum of RGB (Red+Green+Blue) = 185+205+181=571 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.40% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 181 (71.09% from 255 or 31.70% from 571); Max value from RGB is 205 - color contains mainly: green. Hex color #B9CDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CDB5 is #46324A. Grayscale: #C4C4C4. Windows color (decimal): -4600395 or 11914681. OLE color: 11914681.
HSL color Cylindrical-coordinate representation of color #B9CDB5: hue angle of 110º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9CDB5 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
RGB | 185 | 205 | 181 | - |
CMYK | 0.10 | 0 | 0.12 | 0.20 |
HSL | 110º | 0.19% | 0.76% | - |
HSV(B) | 110º | 0.12% | 0.8% | - |
XYZ | 50.18 | 57.31 | 52.13 | - |
YUV | 196.28 | 119.37 | 119.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 205 | 181 | 0.10 | 0 | 0.12 | 0.20 | 110 | 0.19 | 0.76 |
Hex | B9 | CD | B5 | A | 0 | C | 14 | 6E | 13 | 4C |
Octal | 271 | 315 | 265 | 12 | 0 | 14 | 24 | 156 | 23 | 114 |
Binary | 10111001 | 11001101 | 10110101 | 1010 | 0 | 1100 | 10100 | 1101110 | 10011 | 1001100 |
Color Harmonies of #B9CDB5
Complementary color
Monochromatic Colors of #B9CDB5
Black with #B9CDB5
Text Example
Text Example
White with #B9CDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CDB5; }
p { color: rgb(185,205,181); }
H1.HeaderClassName
{
color: #B9CDB5;
}
.AnyTagClassName
{
color: #B9CDB5;
}
</style>
background-color css
<style>
a { background-color: #B9CDB5; }
a { background-color: rgb(185,205,181); }
div.DivClassName
{
background-color: #B9CDB5;
}
.BgClassName
{
background-color: #B9CDB5;
}
</style>
border-color css
<style>
span { border-color: #B9CDB5; }
span { border-color: rgb(185,205,181); }
td.TdClassName
{
border-color: #B9CDB5;
}
.TagClassName
{
border-color: #B9CDB5;
}
</style>