Shades of Lavender Grey #BDBEEC
Tints of Lavender Grey #BDBEEC
RGB
CMYK
RGB Variations
Color information
#BDBEEC (or 0xBDBEEC) is known color: Lavender Grey. HEX triplet: BD, BE and EC. RGB value is (189,190,236). Sum of RGB (Red+Green+Blue) = 189+190+236=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 190 (74.61% from 255 or 30.89% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDBEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBEEC is #424113. Grayscale: #C2C2C2. Windows color (decimal): -4342036 or 15515325. OLE color: 15515325.
HSL color Cylindrical-coordinate representation of color #BDBEEC: hue angle of 238.72º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDBEEC is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 189 | 190 | 236 | - |
CMYK | 0.20 | 0.19 | 0 | 0.07 |
HSL | 238.72º | 0.55% | 0.83% | - |
HSV(B) | 238.72º | 0.2% | 0.93% | - |
XYZ | 54.54 | 53.7 | 86.85 | - |
YUV | 194.95 | 151.17 | 123.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 190 | 236 | 0.20 | 0.19 | 0 | 0.07 | 238.72 | 0.55 | 0.83 |
Hex | BD | BE | EC | 14 | 13 | 0 | 7 | EF | 37 | 53 |
Octal | 275 | 276 | 354 | 24 | 23 | 0 | 7 | 357 | 67 | 123 |
Binary | 10111101 | 10111110 | 11101100 | 10100 | 10011 | 0 | 111 | 11101111 | 110111 | 1010011 |
Color Harmonies of #BDBEEC
Complementary color
Monochromatic Colors of #BDBEEC
Black with #BDBEEC
Text Example
Text Example
White with #BDBEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBEEC; }
p { color: rgb(189,190,236); }
H1.HeaderClassName
{
color: #BDBEEC;
}
.AnyTagClassName
{
color: #BDBEEC;
}
</style>
background-color css
<style>
a { background-color: #BDBEEC; }
a { background-color: rgb(189,190,236); }
div.DivClassName
{
background-color: #BDBEEC;
}
.BgClassName
{
background-color: #BDBEEC;
}
</style>
border-color css
<style>
span { border-color: #BDBEEC; }
span { border-color: rgb(189,190,236); }
td.TdClassName
{
border-color: #BDBEEC;
}
.TagClassName
{
border-color: #BDBEEC;
}
</style>