Shades of Lavender Grey #BDB8F0
Tints of Lavender Grey #BDB8F0
RGB
CMYK
RGB Variations
Color information
#BDB8F0 (or 0xBDB8F0) is known color: Lavender Grey. HEX triplet: BD, B8 and F0. RGB value is (189,184,240). Sum of RGB (Red+Green+Blue) = 189+184+240=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 184 (72.27% from 255 or 30.02% from 613); Blue value is 240 (94.14% from 255 or 39.15% from 613); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDB8F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB8F0 is #42470F. Grayscale: #BFBFBF. Windows color (decimal): -4343568 or 15775933. OLE color: 15775933.
HSL color Cylindrical-coordinate representation of color #BDB8F0: hue angle of 245.36º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDB8F0 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 184 | 240 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.06 |
| HSL | 245.36º | 0.65% | 0.83% | - |
| HSV(B) | 245.36º | 0.23% | 0.94% | - |
| XYZ | 53.85 | 51.39 | 89.52 | - |
| YUV | 191.88 | 155.16 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 240 | 0.21 | 0.23 | 0 | 0.06 | 245.36 | 0.65 | 0.83 |
| Hex | BD | B8 | F0 | 15 | 17 | 0 | 6 | F5 | 41 | 53 |
| Octal | 275 | 270 | 360 | 25 | 27 | 0 | 6 | 365 | 101 | 123 |
| Binary | 10111101 | 10111000 | 11110000 | 10101 | 10111 | 0 | 110 | 11110101 | 1000001 | 1010011 |
Color Harmonies of #BDB8F0
Complementary color
Monochromatic Colors of #BDB8F0
Black with #BDB8F0
Text Example
Text Example
White with #BDB8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB8F0; }
p { color: rgb(189,184,240); }
H1.HeaderClassName
{
color: #BDB8F0;
}
.AnyTagClassName
{
color: #BDB8F0;
}
</style>
background-color css
<style>
a { background-color: #BDB8F0; }
a { background-color: rgb(189,184,240); }
div.DivClassName
{
background-color: #BDB8F0;
}
.BgClassName
{
background-color: #BDB8F0;
}
</style>
border-color css
<style>
span { border-color: #BDB8F0; }
span { border-color: rgb(189,184,240); }
td.TdClassName
{
border-color: #BDB8F0;
}
.TagClassName
{
border-color: #BDB8F0;
}
</style>