Shades of Lavender Grey #BDC0E7
Tints of Lavender Grey #BDC0E7
RGB
CMYK
RGB Variations
Color information
#BDC0E7 (or 0xBDC0E7) is known color: Lavender Grey. HEX triplet: BD, C0 and E7. RGB value is (189,192,231). Sum of RGB (Red+Green+Blue) = 189+192+231=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 231 (90.62% from 255 or 37.75% from 612); Max value from RGB is 231 - color contains mainly: blue. Hex color #BDC0E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC0E7 is #423F18. Grayscale: #C3C3C3. Windows color (decimal): -4341529 or 15188157. OLE color: 15188157.
HSL color Cylindrical-coordinate representation of color #BDC0E7: hue angle of 235.71º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDC0E7 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 192 | 231 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.09 |
| HSL | 235.71º | 0.47% | 0.82% | - |
| HSV(B) | 235.71º | 0.18% | 0.91% | - |
| XYZ | 54.26 | 54.29 | 83.22 | - |
| YUV | 195.55 | 148.01 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 231 | 0.18 | 0.17 | 0 | 0.09 | 235.71 | 0.47 | 0.82 |
| Hex | BD | C0 | E7 | 12 | 11 | 0 | 9 | EC | 2F | 52 |
| Octal | 275 | 300 | 347 | 22 | 21 | 0 | 11 | 354 | 57 | 122 |
| Binary | 10111101 | 11000000 | 11100111 | 10010 | 10001 | 0 | 1001 | 11101100 | 101111 | 1010010 |
Color Harmonies of #BDC0E7
Complementary color
Monochromatic Colors of #BDC0E7
Black with #BDC0E7
Text Example
Text Example
White with #BDC0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC0E7; }
p { color: rgb(189,192,231); }
H1.HeaderClassName
{
color: #BDC0E7;
}
.AnyTagClassName
{
color: #BDC0E7;
}
</style>
background-color css
<style>
a { background-color: #BDC0E7; }
a { background-color: rgb(189,192,231); }
div.DivClassName
{
background-color: #BDC0E7;
}
.BgClassName
{
background-color: #BDC0E7;
}
</style>
border-color css
<style>
span { border-color: #BDC0E7; }
span { border-color: rgb(189,192,231); }
td.TdClassName
{
border-color: #BDC0E7;
}
.TagClassName
{
border-color: #BDC0E7;
}
</style>