Shades of Lavender Grey #BDBDF0
Tints of Lavender Grey #BDBDF0
RGB
CMYK
RGB Variations
Color information
#BDBDF0 (or 0xBDBDF0) is known color: Lavender Grey. HEX triplet: BD, BD and F0. RGB value is (189,189,240). Sum of RGB (Red+Green+Blue) = 189+189+240=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDBDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBDF0 is #42420F. Grayscale: #C2C2C2. Windows color (decimal): -4342288 or 15777213. OLE color: 15777213.
HSL color Cylindrical-coordinate representation of color #BDBDF0: hue angle of 240º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDBDF0 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 189 | 240 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.06 |
| HSL | 240º | 0.63% | 0.84% | - |
| HSV(B) | 240º | 0.21% | 0.94% | - |
| XYZ | 54.91 | 53.51 | 89.87 | - |
| YUV | 194.81 | 153.5 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 240 | 0.21 | 0.21 | 0 | 0.06 | 240 | 0.63 | 0.84 |
| Hex | BD | BD | F0 | 15 | 15 | 0 | 6 | F0 | 3F | 54 |
| Octal | 275 | 275 | 360 | 25 | 25 | 0 | 6 | 360 | 77 | 124 |
| Binary | 10111101 | 10111101 | 11110000 | 10101 | 10101 | 0 | 110 | 11110000 | 111111 | 1010100 |
Color Harmonies of #BDBDF0
Complementary color
Monochromatic Colors of #BDBDF0
Black with #BDBDF0
Text Example
Text Example
White with #BDBDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBDF0; }
p { color: rgb(189,189,240); }
H1.HeaderClassName
{
color: #BDBDF0;
}
.AnyTagClassName
{
color: #BDBDF0;
}
</style>
background-color css
<style>
a { background-color: #BDBDF0; }
a { background-color: rgb(189,189,240); }
div.DivClassName
{
background-color: #BDBDF0;
}
.BgClassName
{
background-color: #BDBDF0;
}
</style>
border-color css
<style>
span { border-color: #BDBDF0; }
span { border-color: rgb(189,189,240); }
td.TdClassName
{
border-color: #BDBDF0;
}
.TagClassName
{
border-color: #BDBDF0;
}
</style>