Shades of Lavender Grey #BDBECE
Tints of Lavender Grey #BDBECE
RGB
CMYK
RGB Variations
Color information
#BDBECE (or 0xBDBECE) is known color: Lavender Grey. HEX triplet: BD, BE and CE. RGB value is (189,190,206). Sum of RGB (Red+Green+Blue) = 189+190+206=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 190 (74.61% from 255 or 32.48% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDBECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBECE is #424131. Grayscale: #BFBFBF. Windows color (decimal): -4342066 or 13549245. OLE color: 13549245.
HSL color Cylindrical-coordinate representation of color #BDBECE: hue angle of 236.47º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDBECE is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 189 | 190 | 206 | - |
CMYK | 0.08 | 0.08 | 0 | 0.19 |
HSL | 236.47º | 0.15% | 0.77% | - |
HSV(B) | 236.47º | 0.08% | 0.81% | - |
XYZ | 50.54 | 52.1 | 65.79 | - |
YUV | 191.53 | 136.17 | 126.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 190 | 206 | 0.08 | 0.08 | 0 | 0.19 | 236.47 | 0.15 | 0.77 |
Hex | BD | BE | CE | 8 | 8 | 0 | 13 | EC | F | 4D |
Octal | 275 | 276 | 316 | 10 | 10 | 0 | 23 | 354 | 17 | 115 |
Binary | 10111101 | 10111110 | 11001110 | 1000 | 1000 | 0 | 10011 | 11101100 | 1111 | 1001101 |
Color Harmonies of #BDBECE
Complementary color
Monochromatic Colors of #BDBECE
Black with #BDBECE
Text Example
Text Example
White with #BDBECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBECE; }
p { color: rgb(189,190,206); }
H1.HeaderClassName
{
color: #BDBECE;
}
.AnyTagClassName
{
color: #BDBECE;
}
</style>
background-color css
<style>
a { background-color: #BDBECE; }
a { background-color: rgb(189,190,206); }
div.DivClassName
{
background-color: #BDBECE;
}
.BgClassName
{
background-color: #BDBECE;
}
</style>
border-color css
<style>
span { border-color: #BDBECE; }
span { border-color: rgb(189,190,206); }
td.TdClassName
{
border-color: #BDBECE;
}
.TagClassName
{
border-color: #BDBECE;
}
</style>