Shades of Lavender Grey #BDBECB
Tints of Lavender Grey #BDBECB
RGB
CMYK
RGB Variations
Color information
#BDBECB (or 0xBDBECB) is known color: Lavender Grey. HEX triplet: BD, BE and CB. RGB value is (189,190,203). Sum of RGB (Red+Green+Blue) = 189+190+203=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 190 (74.61% from 255 or 32.65% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 203 - color contains mainly: blue. Hex color #BDBECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBECB is #424134. Grayscale: #BFBFBF. Windows color (decimal): -4342069 or 13352637. OLE color: 13352637.
HSL color Cylindrical-coordinate representation of color #BDBECB: hue angle of 235.71º degrees, saturation: 0.12, 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 #BDBECB is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 189 | 190 | 203 | - |
CMYK | 0.07 | 0.06 | 0 | 0.20 |
HSL | 235.71º | 0.12% | 0.77% | - |
HSV(B) | 235.71º | 0.07% | 0.8% | - |
XYZ | 50.18 | 51.96 | 63.88 | - |
YUV | 191.18 | 134.67 | 126.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 190 | 203 | 0.07 | 0.06 | 0 | 0.20 | 235.71 | 0.12 | 0.77 |
Hex | BD | BE | CB | 7 | 6 | 0 | 14 | EC | C | 4D |
Octal | 275 | 276 | 313 | 7 | 6 | 0 | 24 | 354 | 14 | 115 |
Binary | 10111101 | 10111110 | 11001011 | 111 | 110 | 0 | 10100 | 11101100 | 1100 | 1001101 |
Color Harmonies of #BDBECB
Complementary color
Monochromatic Colors of #BDBECB
Black with #BDBECB
Text Example
Text Example
White with #BDBECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBECB; }
p { color: rgb(189,190,203); }
H1.HeaderClassName
{
color: #BDBECB;
}
.AnyTagClassName
{
color: #BDBECB;
}
</style>
background-color css
<style>
a { background-color: #BDBECB; }
a { background-color: rgb(189,190,203); }
div.DivClassName
{
background-color: #BDBECB;
}
.BgClassName
{
background-color: #BDBECB;
}
</style>
border-color css
<style>
span { border-color: #BDBECB; }
span { border-color: rgb(189,190,203); }
td.TdClassName
{
border-color: #BDBECB;
}
.TagClassName
{
border-color: #BDBECB;
}
</style>