Shades of Lavender Grey #BCBFE4
Tints of Lavender Grey #BCBFE4
RGB
CMYK
RGB Variations
Color information
#BCBFE4 (or 0xBCBFE4) is known color: Lavender Grey. HEX triplet: BC, BF and E4. RGB value is (188,191,228). Sum of RGB (Red+Green+Blue) = 188+191+228=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 228 (89.45% from 255 or 37.56% from 607); Max value from RGB is 228 - color contains mainly: blue. Hex color #BCBFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFE4 is #43401B. Grayscale: #C2C2C2. Windows color (decimal): -4407324 or 14991292. OLE color: 14991292.
HSL color Cylindrical-coordinate representation of color #BCBFE4: hue angle of 235.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCBFE4 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 191 | 228 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.11 |
| HSL | 235.5º | 0.43% | 0.82% | - |
| HSV(B) | 235.5º | 0.18% | 0.89% | - |
| XYZ | 53.37 | 53.55 | 80.92 | - |
| YUV | 194.32 | 147.01 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 228 | 0.18 | 0.16 | 0 | 0.11 | 235.5 | 0.43 | 0.82 |
| Hex | BC | BF | E4 | 12 | 10 | 0 | B | EC | 2B | 52 |
| Octal | 274 | 277 | 344 | 22 | 20 | 0 | 13 | 354 | 53 | 122 |
| Binary | 10111100 | 10111111 | 11100100 | 10010 | 10000 | 0 | 1011 | 11101100 | 101011 | 1010010 |
Color Harmonies of #BCBFE4
Complementary color
Monochromatic Colors of #BCBFE4
Black with #BCBFE4
Text Example
Text Example
White with #BCBFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBFE4; }
p { color: rgb(188,191,228); }
H1.HeaderClassName
{
color: #BCBFE4;
}
.AnyTagClassName
{
color: #BCBFE4;
}
</style>
background-color css
<style>
a { background-color: #BCBFE4; }
a { background-color: rgb(188,191,228); }
div.DivClassName
{
background-color: #BCBFE4;
}
.BgClassName
{
background-color: #BCBFE4;
}
</style>
border-color css
<style>
span { border-color: #BCBFE4; }
span { border-color: rgb(188,191,228); }
td.TdClassName
{
border-color: #BCBFE4;
}
.TagClassName
{
border-color: #BCBFE4;
}
</style>