Shades of Lavender Grey #BCBFDA
Tints of Lavender Grey #BCBFDA
RGB
CMYK
RGB Variations
Color information
#BCBFDA (or 0xBCBFDA) is known color: Lavender Grey. HEX triplet: BC, BF and DA. RGB value is (188,191,218). Sum of RGB (Red+Green+Blue) = 188+191+218=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCBFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFDA is #434025. Grayscale: #C1C1C1. Windows color (decimal): -4407334 or 14335932. OLE color: 14335932.
HSL color Cylindrical-coordinate representation of color #BCBFDA: hue angle of 234º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCBFDA is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 191 | 218 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.15 |
| HSL | 234º | 0.29% | 0.8% | - |
| HSV(B) | 234º | 0.14% | 0.85% | - |
| XYZ | 52.02 | 53.01 | 73.82 | - |
| YUV | 193.18 | 142.01 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 218 | 0.14 | 0.12 | 0 | 0.15 | 234 | 0.29 | 0.8 |
| Hex | BC | BF | DA | E | C | 0 | F | EA | 1D | 50 |
| Octal | 274 | 277 | 332 | 16 | 14 | 0 | 17 | 352 | 35 | 120 |
| Binary | 10111100 | 10111111 | 11011010 | 1110 | 1100 | 0 | 1111 | 11101010 | 11101 | 1010000 |
Color Harmonies of #BCBFDA
Complementary color
Monochromatic Colors of #BCBFDA
Black with #BCBFDA
Text Example
Text Example
White with #BCBFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBFDA; }
p { color: rgb(188,191,218); }
H1.HeaderClassName
{
color: #BCBFDA;
}
.AnyTagClassName
{
color: #BCBFDA;
}
</style>
background-color css
<style>
a { background-color: #BCBFDA; }
a { background-color: rgb(188,191,218); }
div.DivClassName
{
background-color: #BCBFDA;
}
.BgClassName
{
background-color: #BCBFDA;
}
</style>
border-color css
<style>
span { border-color: #BCBFDA; }
span { border-color: rgb(188,191,218); }
td.TdClassName
{
border-color: #BCBFDA;
}
.TagClassName
{
border-color: #BCBFDA;
}
</style>