Shades of Lavender Grey #B8BCDC
Tints of Lavender Grey #B8BCDC
RGB
CMYK
RGB Variations
Color information
#B8BCDC (or 0xB8BCDC) is known color: Lavender Grey. HEX triplet: B8, BC and DC. RGB value is (184,188,220). Sum of RGB (Red+Green+Blue) = 184+188+220=592 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.08% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: blue. Hex color #B8BCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BCDC is #474323. Grayscale: #BEBEBE. Windows color (decimal): -4670244 or 14466232. OLE color: 14466232.
HSL color Cylindrical-coordinate representation of color #B8BCDC: hue angle of 233.33º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8BCDC is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 188 | 220 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.14 |
| HSL | 233.33º | 0.34% | 0.79% | - |
| HSV(B) | 233.33º | 0.16% | 0.86% | - |
| XYZ | 50.67 | 51.32 | 74.95 | - |
| YUV | 190.45 | 144.67 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 188 | 220 | 0.16 | 0.15 | 0 | 0.14 | 233.33 | 0.34 | 0.79 |
| Hex | B8 | BC | DC | 10 | F | 0 | E | E9 | 22 | 4F |
| Octal | 270 | 274 | 334 | 20 | 17 | 0 | 16 | 351 | 42 | 117 |
| Binary | 10111000 | 10111100 | 11011100 | 10000 | 1111 | 0 | 1110 | 11101001 | 100010 | 1001111 |
Color Harmonies of #B8BCDC
Complementary color
Monochromatic Colors of #B8BCDC
Black with #B8BCDC
Text Example
Text Example
White with #B8BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BCDC; }
p { color: rgb(184,188,220); }
H1.HeaderClassName
{
color: #B8BCDC;
}
.AnyTagClassName
{
color: #B8BCDC;
}
</style>
background-color css
<style>
a { background-color: #B8BCDC; }
a { background-color: rgb(184,188,220); }
div.DivClassName
{
background-color: #B8BCDC;
}
.BgClassName
{
background-color: #B8BCDC;
}
</style>
border-color css
<style>
span { border-color: #B8BCDC; }
span { border-color: rgb(184,188,220); }
td.TdClassName
{
border-color: #B8BCDC;
}
.TagClassName
{
border-color: #B8BCDC;
}
</style>