Shades of Lavender Grey #BDBDDF
Tints of Lavender Grey #BDBDDF
RGB
CMYK
RGB Variations
Color information
#BDBDDF (or 0xBDBDDF) is known color: Lavender Grey. HEX triplet: BD, BD and DF. RGB value is (189,189,223). Sum of RGB (Red+Green+Blue) = 189+189+223=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDBDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDDF is #424220. Grayscale: #C0C0C0. Windows color (decimal): -4342305 or 14663101. OLE color: 14663101.
HSL color Cylindrical-coordinate representation of color #BDBDDF: hue angle of 240º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDBDDF is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 189 | 189 | 223 | - |
CMYK | 0.15 | 0.15 | 0 | 0.13 |
HSL | 240º | 0.35% | 0.81% | - |
HSV(B) | 240º | 0.15% | 0.87% | - |
XYZ | 52.5 | 52.54 | 77.19 | - |
YUV | 192.88 | 145 | 125.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 189 | 223 | 0.15 | 0.15 | 0 | 0.13 | 240 | 0.35 | 0.81 |
Hex | BD | BD | DF | F | F | 0 | D | F0 | 23 | 51 |
Octal | 275 | 275 | 337 | 17 | 17 | 0 | 15 | 360 | 43 | 121 |
Binary | 10111101 | 10111101 | 11011111 | 1111 | 1111 | 0 | 1101 | 11110000 | 100011 | 1010001 |
Color Harmonies of #BDBDDF
Complementary color
Monochromatic Colors of #BDBDDF
Black with #BDBDDF
Text Example
Text Example
White with #BDBDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBDDF; }
p { color: rgb(189,189,223); }
H1.HeaderClassName
{
color: #BDBDDF;
}
.AnyTagClassName
{
color: #BDBDDF;
}
</style>
background-color css
<style>
a { background-color: #BDBDDF; }
a { background-color: rgb(189,189,223); }
div.DivClassName
{
background-color: #BDBDDF;
}
.BgClassName
{
background-color: #BDBDDF;
}
</style>
border-color css
<style>
span { border-color: #BDBDDF; }
span { border-color: rgb(189,189,223); }
td.TdClassName
{
border-color: #BDBDDF;
}
.TagClassName
{
border-color: #BDBDDF;
}
</style>