Shades of Lavender Grey #BCBFD2
Tints of Lavender Grey #BCBFD2
RGB
CMYK
RGB Variations
Color information
#BCBFD2 (or 0xBCBFD2) is known color: Lavender Grey. HEX triplet: BC, BF and D2. RGB value is (188,191,210). Sum of RGB (Red+Green+Blue) = 188+191+210=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 210 (82.42% from 255 or 35.65% from 589); Max value from RGB is 210 - color contains mainly: blue. Hex color #BCBFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFD2 is #43402D. Grayscale: #C0C0C0. Windows color (decimal): -4407342 or 13811644. OLE color: 13811644.
HSL color Cylindrical-coordinate representation of color #BCBFD2: hue angle of 231.82º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCBFD2 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 191 | 210 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.18 |
| HSL | 231.82º | 0.2% | 0.78% | - |
| HSV(B) | 231.82º | 0.1% | 0.82% | - |
| XYZ | 51 | 52.61 | 68.44 | - |
| YUV | 192.27 | 138.01 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 210 | 0.10 | 0.09 | 0 | 0.18 | 231.82 | 0.2 | 0.78 |
| Hex | BC | BF | D2 | A | 9 | 0 | 12 | E8 | 14 | 4E |
| Octal | 274 | 277 | 322 | 12 | 11 | 0 | 22 | 350 | 24 | 116 |
| Binary | 10111100 | 10111111 | 11010010 | 1010 | 1001 | 0 | 10010 | 11101000 | 10100 | 1001110 |
Color Harmonies of #BCBFD2
Complementary color
Monochromatic Colors of #BCBFD2
Black with #BCBFD2
Text Example
Text Example
White with #BCBFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBFD2; }
p { color: rgb(188,191,210); }
H1.HeaderClassName
{
color: #BCBFD2;
}
.AnyTagClassName
{
color: #BCBFD2;
}
</style>
background-color css
<style>
a { background-color: #BCBFD2; }
a { background-color: rgb(188,191,210); }
div.DivClassName
{
background-color: #BCBFD2;
}
.BgClassName
{
background-color: #BCBFD2;
}
</style>
border-color css
<style>
span { border-color: #BCBFD2; }
span { border-color: rgb(188,191,210); }
td.TdClassName
{
border-color: #BCBFD2;
}
.TagClassName
{
border-color: #BCBFD2;
}
</style>