Shades of Lavender Grey #BDB8E6
Tints of Lavender Grey #BDB8E6
RGB
CMYK
RGB Variations
Color information
#BDB8E6 (or 0xBDB8E6) is known color: Lavender Grey. HEX triplet: BD, B8 and E6. RGB value is (189,184,230). Sum of RGB (Red+Green+Blue) = 189+184+230=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 184 (72.27% from 255 or 30.51% from 603); Blue value is 230 (90.23% from 255 or 38.14% from 603); Max value from RGB is 230 - color contains mainly: blue. Hex color #BDB8E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB8E6 is #424719. Grayscale: #BEBEBE. Windows color (decimal): -4343578 or 15120573. OLE color: 15120573.
HSL color Cylindrical-coordinate representation of color #BDB8E6: hue angle of 246.52º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDB8E6 is Cyan = 0.18, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 184 | 230 | - |
| CMYK | 0.18 | 0.2 | 0 | 0.10 |
| HSL | 246.52º | 0.48% | 0.81% | - |
| HSV(B) | 246.52º | 0.2% | 0.9% | - |
| XYZ | 52.41 | 50.81 | 81.91 | - |
| YUV | 190.74 | 150.16 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 230 | 0.18 | 0.2 | 0 | 0.10 | 246.52 | 0.48 | 0.81 |
| Hex | BD | B8 | E6 | 12 | 14 | 0 | A | F7 | 30 | 51 |
| Octal | 275 | 270 | 346 | 22 | 24 | 0 | 12 | 367 | 60 | 121 |
| Binary | 10111101 | 10111000 | 11100110 | 10010 | 10100 | 0 | 1010 | 11110111 | 110000 | 1010001 |
Color Harmonies of #BDB8E6
Complementary color
Monochromatic Colors of #BDB8E6
Black with #BDB8E6
Text Example
Text Example
White with #BDB8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB8E6; }
p { color: rgb(189,184,230); }
H1.HeaderClassName
{
color: #BDB8E6;
}
.AnyTagClassName
{
color: #BDB8E6;
}
</style>
background-color css
<style>
a { background-color: #BDB8E6; }
a { background-color: rgb(189,184,230); }
div.DivClassName
{
background-color: #BDB8E6;
}
.BgClassName
{
background-color: #BDB8E6;
}
</style>
border-color css
<style>
span { border-color: #BDB8E6; }
span { border-color: rgb(189,184,230); }
td.TdClassName
{
border-color: #BDB8E6;
}
.TagClassName
{
border-color: #BDB8E6;
}
</style>