Shades of Lavender Grey #B9B9CD
Tints of Lavender Grey #B9B9CD
RGB
CMYK
RGB Variations
Color information
#B9B9CD (or 0xB9B9CD) is known color: Lavender Grey. HEX triplet: B9, B9 and CD. RGB value is (185,185,205). Sum of RGB (Red+Green+Blue) = 185+185+205=575 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.17% from 575); Green value is 185 (72.66% from 255 or 32.17% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 205 - color contains mainly: blue. Hex color #B9B9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B9CD is #464632. Grayscale: #BBBBBB. Windows color (decimal): -4605491 or 13482425. OLE color: 13482425.
HSL color Cylindrical-coordinate representation of color #B9B9CD: hue angle of 240º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9B9CD is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 185 | 185 | 205 | - |
CMYK | 0.10 | 0.10 | 0 | 0.20 |
HSL | 240º | 0.17% | 0.76% | - |
HSV(B) | 240º | 0.1% | 0.8% | - |
XYZ | 48.38 | 49.42 | 64.75 | - |
YUV | 187.28 | 138 | 126.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 185 | 205 | 0.10 | 0.10 | 0 | 0.20 | 240 | 0.17 | 0.76 |
Hex | B9 | B9 | CD | A | A | 0 | 14 | F0 | 11 | 4C |
Octal | 271 | 271 | 315 | 12 | 12 | 0 | 24 | 360 | 21 | 114 |
Binary | 10111001 | 10111001 | 11001101 | 1010 | 1010 | 0 | 10100 | 11110000 | 10001 | 1001100 |
Color Harmonies of #B9B9CD
Complementary color
Monochromatic Colors of #B9B9CD
Black with #B9B9CD
Text Example
Text Example
White with #B9B9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B9CD; }
p { color: rgb(185,185,205); }
H1.HeaderClassName
{
color: #B9B9CD;
}
.AnyTagClassName
{
color: #B9B9CD;
}
</style>
background-color css
<style>
a { background-color: #B9B9CD; }
a { background-color: rgb(185,185,205); }
div.DivClassName
{
background-color: #B9B9CD;
}
.BgClassName
{
background-color: #B9B9CD;
}
</style>
border-color css
<style>
span { border-color: #B9B9CD; }
span { border-color: rgb(185,185,205); }
td.TdClassName
{
border-color: #B9B9CD;
}
.TagClassName
{
border-color: #B9B9CD;
}
</style>