Shades of Lavender Grey #B9BCCD
Tints of Lavender Grey #B9BCCD
RGB
CMYK
RGB Variations
Color information
#B9BCCD (or 0xB9BCCD) is known color: Lavender Grey. HEX triplet: B9, BC and CD. RGB value is (185,188,205). Sum of RGB (Red+Green+Blue) = 185+188+205=578 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.01% from 578); Green value is 188 (73.83% from 255 or 32.53% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 205 - color contains mainly: blue. Hex color #B9BCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BCCD is #464332. Grayscale: #BCBCBC. Windows color (decimal): -4604723 or 13483193. OLE color: 13483193.
HSL color Cylindrical-coordinate representation of color #B9BCCD: hue angle of 231º 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 #B9BCCD is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 188 | 205 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.20 |
| HSL | 231º | 0.17% | 0.76% | - |
| HSV(B) | 231º | 0.1% | 0.8% | - |
| XYZ | 49.01 | 50.69 | 64.96 | - |
| YUV | 189.04 | 137.01 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 188 | 205 | 0.10 | 0.08 | 0 | 0.20 | 231 | 0.17 | 0.76 |
| Hex | B9 | BC | CD | A | 8 | 0 | 14 | E7 | 11 | 4C |
| Octal | 271 | 274 | 315 | 12 | 10 | 0 | 24 | 347 | 21 | 114 |
| Binary | 10111001 | 10111100 | 11001101 | 1010 | 1000 | 0 | 10100 | 11100111 | 10001 | 1001100 |
Color Harmonies of #B9BCCD
Complementary color
Monochromatic Colors of #B9BCCD
Black with #B9BCCD
Text Example
Text Example
White with #B9BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BCCD; }
p { color: rgb(185,188,205); }
H1.HeaderClassName
{
color: #B9BCCD;
}
.AnyTagClassName
{
color: #B9BCCD;
}
</style>
background-color css
<style>
a { background-color: #B9BCCD; }
a { background-color: rgb(185,188,205); }
div.DivClassName
{
background-color: #B9BCCD;
}
.BgClassName
{
background-color: #B9BCCD;
}
</style>
border-color css
<style>
span { border-color: #B9BCCD; }
span { border-color: rgb(185,188,205); }
td.TdClassName
{
border-color: #B9BCCD;
}
.TagClassName
{
border-color: #B9BCCD;
}
</style>