Shades of Lavender Grey #BFC0D2
Tints of Lavender Grey #BFC0D2
RGB
CMYK
RGB Variations
Color information
#BFC0D2 (or 0xBFC0D2) is known color: Lavender Grey. HEX triplet: BF, C0 and D2. RGB value is (191,192,210). Sum of RGB (Red+Green+Blue) = 191+192+210=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 192 (75.39% from 255 or 32.38% from 593); Blue value is 210 (82.42% from 255 or 35.41% from 593); Max value from RGB is 210 - color contains mainly: blue. Hex color #BFC0D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC0D2 is #403F2D. Grayscale: #C1C1C1. Windows color (decimal): -4210478 or 13811903. OLE color: 13811903.
HSL color Cylindrical-coordinate representation of color #BFC0D2: hue angle of 236.84º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFC0D2 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 192 | 210 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.18 |
| HSL | 236.84º | 0.17% | 0.79% | - |
| HSV(B) | 236.84º | 0.09% | 0.82% | - |
| XYZ | 51.97 | 53.43 | 68.55 | - |
| YUV | 193.75 | 137.17 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 210 | 0.09 | 0.09 | 0 | 0.18 | 236.84 | 0.17 | 0.79 |
| Hex | BF | C0 | D2 | 9 | 9 | 0 | 12 | ED | 11 | 4F |
| Octal | 277 | 300 | 322 | 11 | 11 | 0 | 22 | 355 | 21 | 117 |
| Binary | 10111111 | 11000000 | 11010010 | 1001 | 1001 | 0 | 10010 | 11101101 | 10001 | 1001111 |
Color Harmonies of #BFC0D2
Complementary color
Monochromatic Colors of #BFC0D2
Black with #BFC0D2
Text Example
Text Example
White with #BFC0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC0D2; }
p { color: rgb(191,192,210); }
H1.HeaderClassName
{
color: #BFC0D2;
}
.AnyTagClassName
{
color: #BFC0D2;
}
</style>
background-color css
<style>
a { background-color: #BFC0D2; }
a { background-color: rgb(191,192,210); }
div.DivClassName
{
background-color: #BFC0D2;
}
.BgClassName
{
background-color: #BFC0D2;
}
</style>
border-color css
<style>
span { border-color: #BFC0D2; }
span { border-color: rgb(191,192,210); }
td.TdClassName
{
border-color: #BFC0D2;
}
.TagClassName
{
border-color: #BFC0D2;
}
</style>