Shades of Lavender Grey #BDBECC
Tints of Lavender Grey #BDBECC
RGB
CMYK
RGB Variations
Color information
#BDBECC (or 0xBDBECC) is known color: Lavender Grey. HEX triplet: BD, BE and CC. RGB value is (189,190,204). Sum of RGB (Red+Green+Blue) = 189+190+204=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 190 (74.61% from 255 or 32.59% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 204 - color contains mainly: blue. Hex color #BDBECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBECC is #424133. Grayscale: #BFBFBF. Windows color (decimal): -4342068 or 13418173. OLE color: 13418173.
HSL color Cylindrical-coordinate representation of color #BDBECC: hue angle of 236º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDBECC is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 190 | 204 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.2 |
| HSL | 236º | 0.13% | 0.77% | - |
| HSV(B) | 236º | 0.07% | 0.8% | - |
| XYZ | 50.3 | 52.01 | 64.51 | - |
| YUV | 191.3 | 135.17 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 190 | 204 | 0.07 | 0.07 | 0 | 0.2 | 236 | 0.13 | 0.77 |
| Hex | BD | BE | CC | 7 | 7 | 0 | 14 | EC | D | 4D |
| Octal | 275 | 276 | 314 | 7 | 7 | 0 | 24 | 354 | 15 | 115 |
| Binary | 10111101 | 10111110 | 11001100 | 111 | 111 | 0 | 10100 | 11101100 | 1101 | 1001101 |
Color Harmonies of #BDBECC
Complementary color
Monochromatic Colors of #BDBECC
Black with #BDBECC
Text Example
Text Example
White with #BDBECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBECC; }
p { color: rgb(189,190,204); }
H1.HeaderClassName
{
color: #BDBECC;
}
.AnyTagClassName
{
color: #BDBECC;
}
</style>
background-color css
<style>
a { background-color: #BDBECC; }
a { background-color: rgb(189,190,204); }
div.DivClassName
{
background-color: #BDBECC;
}
.BgClassName
{
background-color: #BDBECC;
}
</style>
border-color css
<style>
span { border-color: #BDBECC; }
span { border-color: rgb(189,190,204); }
td.TdClassName
{
border-color: #BDBECC;
}
.TagClassName
{
border-color: #BDBECC;
}
</style>