Shades of Lavender Grey #BDBECF
Tints of Lavender Grey #BDBECF
RGB
CMYK
RGB Variations
Color information
#BDBECF (or 0xBDBECF) is known color: Lavender Grey. HEX triplet: BD, BE and CF. RGB value is (189,190,207). Sum of RGB (Red+Green+Blue) = 189+190+207=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 207 - color contains mainly: blue. Hex color #BDBECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBECF is #424130. Grayscale: #BFBFBF. Windows color (decimal): -4342065 or 13614781. OLE color: 13614781.
HSL color Cylindrical-coordinate representation of color #BDBECF: hue angle of 236.67º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDBECF is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 190 | 207 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.19 |
| HSL | 236.67º | 0.16% | 0.78% | - |
| HSV(B) | 236.67º | 0.09% | 0.81% | - |
| XYZ | 50.66 | 52.15 | 66.43 | - |
| YUV | 191.64 | 136.67 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 190 | 207 | 0.09 | 0.08 | 0 | 0.19 | 236.67 | 0.16 | 0.78 |
| Hex | BD | BE | CF | 9 | 8 | 0 | 13 | ED | 10 | 4E |
| Octal | 275 | 276 | 317 | 11 | 10 | 0 | 23 | 355 | 20 | 116 |
| Binary | 10111101 | 10111110 | 11001111 | 1001 | 1000 | 0 | 10011 | 11101101 | 10000 | 1001110 |
Color Harmonies of #BDBECF
Complementary color
Monochromatic Colors of #BDBECF
Black with #BDBECF
Text Example
Text Example
White with #BDBECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBECF; }
p { color: rgb(189,190,207); }
H1.HeaderClassName
{
color: #BDBECF;
}
.AnyTagClassName
{
color: #BDBECF;
}
</style>
background-color css
<style>
a { background-color: #BDBECF; }
a { background-color: rgb(189,190,207); }
div.DivClassName
{
background-color: #BDBECF;
}
.BgClassName
{
background-color: #BDBECF;
}
</style>
border-color css
<style>
span { border-color: #BDBECF; }
span { border-color: rgb(189,190,207); }
td.TdClassName
{
border-color: #BDBECF;
}
.TagClassName
{
border-color: #BDBECF;
}
</style>