Shades of Lavender Grey #BCBFDD
Tints of Lavender Grey #BCBFDD
RGB
CMYK
RGB Variations
Color information
#BCBFDD (or 0xBCBFDD) is known color: Lavender Grey. HEX triplet: BC, BF and DD. RGB value is (188,191,221). Sum of RGB (Red+Green+Blue) = 188+191+221=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCBFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFDD is #434022. Grayscale: #C1C1C1. Windows color (decimal): -4407331 or 14532540. OLE color: 14532540.
HSL color Cylindrical-coordinate representation of color #BCBFDD: hue angle of 234.55º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCBFDD is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 191 | 221 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.13 |
| HSL | 234.55º | 0.33% | 0.8% | - |
| HSV(B) | 234.55º | 0.15% | 0.87% | - |
| XYZ | 52.42 | 53.17 | 75.91 | - |
| YUV | 193.52 | 143.51 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 221 | 0.15 | 0.14 | 0 | 0.13 | 234.55 | 0.33 | 0.8 |
| Hex | BC | BF | DD | F | E | 0 | D | EB | 21 | 50 |
| Octal | 274 | 277 | 335 | 17 | 16 | 0 | 15 | 353 | 41 | 120 |
| Binary | 10111100 | 10111111 | 11011101 | 1111 | 1110 | 0 | 1101 | 11101011 | 100001 | 1010000 |
Color Harmonies of #BCBFDD
Complementary color
Monochromatic Colors of #BCBFDD
Black with #BCBFDD
Text Example
Text Example
White with #BCBFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBFDD; }
p { color: rgb(188,191,221); }
H1.HeaderClassName
{
color: #BCBFDD;
}
.AnyTagClassName
{
color: #BCBFDD;
}
</style>
background-color css
<style>
a { background-color: #BCBFDD; }
a { background-color: rgb(188,191,221); }
div.DivClassName
{
background-color: #BCBFDD;
}
.BgClassName
{
background-color: #BCBFDD;
}
</style>
border-color css
<style>
span { border-color: #BCBFDD; }
span { border-color: rgb(188,191,221); }
td.TdClassName
{
border-color: #BCBFDD;
}
.TagClassName
{
border-color: #BCBFDD;
}
</style>