Shades of Lavender Grey #BCB9ED
Tints of Lavender Grey #BCB9ED
RGB
CMYK
RGB Variations
Color information
#BCB9ED (or 0xBCB9ED) is known color: Lavender Grey. HEX triplet: BC, B9 and ED. RGB value is (188,185,237). Sum of RGB (Red+Green+Blue) = 188+185+237=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 185 (72.66% from 255 or 30.33% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCB9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB9ED is #434612. Grayscale: #BFBFBF. Windows color (decimal): -4408851 or 15579580. OLE color: 15579580.
HSL color Cylindrical-coordinate representation of color #BCB9ED: hue angle of 243.46º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCB9ED is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 185 | 237 | - |
| CMYK | 0.21 | 0.22 | 0 | 0.07 |
| HSL | 243.46º | 0.59% | 0.83% | - |
| HSV(B) | 243.46º | 0.22% | 0.93% | - |
| XYZ | 53.37 | 51.5 | 87.25 | - |
| YUV | 191.83 | 153.49 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 237 | 0.21 | 0.22 | 0 | 0.07 | 243.46 | 0.59 | 0.83 |
| Hex | BC | B9 | ED | 15 | 16 | 0 | 7 | F3 | 3B | 53 |
| Octal | 274 | 271 | 355 | 25 | 26 | 0 | 7 | 363 | 73 | 123 |
| Binary | 10111100 | 10111001 | 11101101 | 10101 | 10110 | 0 | 111 | 11110011 | 111011 | 1010011 |
Color Harmonies of #BCB9ED
Complementary color
Monochromatic Colors of #BCB9ED
Black with #BCB9ED
Text Example
Text Example
White with #BCB9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB9ED; }
p { color: rgb(188,185,237); }
H1.HeaderClassName
{
color: #BCB9ED;
}
.AnyTagClassName
{
color: #BCB9ED;
}
</style>
background-color css
<style>
a { background-color: #BCB9ED; }
a { background-color: rgb(188,185,237); }
div.DivClassName
{
background-color: #BCB9ED;
}
.BgClassName
{
background-color: #BCB9ED;
}
</style>
border-color css
<style>
span { border-color: #BCB9ED; }
span { border-color: rgb(188,185,237); }
td.TdClassName
{
border-color: #BCB9ED;
}
.TagClassName
{
border-color: #BCB9ED;
}
</style>