Shades of Lavender Grey #BCBEEB
Tints of Lavender Grey #BCBEEB
RGB
CMYK
RGB Variations
Color information
#BCBEEB (or 0xBCBEEB) is known color: Lavender Grey. HEX triplet: BC, BE and EB. RGB value is (188,190,235). Sum of RGB (Red+Green+Blue) = 188+190+235=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCBEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBEEB is #434114. Grayscale: #C2C2C2. Windows color (decimal): -4407573 or 15449788. OLE color: 15449788.
HSL color Cylindrical-coordinate representation of color #BCBEEB: hue angle of 237.45º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCBEEB is Cyan = 0.2, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 190 | 235 | - |
| CMYK | 0.2 | 0.19 | 0 | 0.08 |
| HSL | 237.45º | 0.54% | 0.83% | - |
| HSV(B) | 237.45º | 0.2% | 0.92% | - |
| XYZ | 54.15 | 53.52 | 86.07 | - |
| YUV | 194.53 | 150.84 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 235 | 0.2 | 0.19 | 0 | 0.08 | 237.45 | 0.54 | 0.83 |
| Hex | BC | BE | EB | 14 | 13 | 0 | 8 | ED | 36 | 53 |
| Octal | 274 | 276 | 353 | 24 | 23 | 0 | 10 | 355 | 66 | 123 |
| Binary | 10111100 | 10111110 | 11101011 | 10100 | 10011 | 0 | 1000 | 11101101 | 110110 | 1010011 |
Color Harmonies of #BCBEEB
Complementary color
Monochromatic Colors of #BCBEEB
Black with #BCBEEB
Text Example
Text Example
White with #BCBEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBEEB; }
p { color: rgb(188,190,235); }
H1.HeaderClassName
{
color: #BCBEEB;
}
.AnyTagClassName
{
color: #BCBEEB;
}
</style>
background-color css
<style>
a { background-color: #BCBEEB; }
a { background-color: rgb(188,190,235); }
div.DivClassName
{
background-color: #BCBEEB;
}
.BgClassName
{
background-color: #BCBEEB;
}
</style>
border-color css
<style>
span { border-color: #BCBEEB; }
span { border-color: rgb(188,190,235); }
td.TdClassName
{
border-color: #BCBEEB;
}
.TagClassName
{
border-color: #BCBEEB;
}
</style>