Shades of Lavender Grey #BFC2D3
Tints of Lavender Grey #BFC2D3
RGB
CMYK
RGB Variations
Color information
#BFC2D3 (or 0xBFC2D3) is known color: Lavender Grey. HEX triplet: BF, C2 and D3. RGB value is (191,194,211). Sum of RGB (Red+Green+Blue) = 191+194+211=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 194 (76.17% from 255 or 32.55% from 596); Blue value is 211 (82.81% from 255 or 35.40% from 596); Max value from RGB is 211 - color contains mainly: blue. Hex color #BFC2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC2D3 is #403D2C. Grayscale: #C2C2C2. Windows color (decimal): -4209965 or 13877951. OLE color: 13877951.
HSL color Cylindrical-coordinate representation of color #BFC2D3: hue angle of 231º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFC2D3 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 194 | 211 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.17 |
| HSL | 231º | 0.19% | 0.79% | - |
| HSV(B) | 231º | 0.09% | 0.83% | - |
| XYZ | 52.54 | 54.36 | 69.35 | - |
| YUV | 195.04 | 137.01 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 211 | 0.09 | 0.08 | 0 | 0.17 | 231 | 0.19 | 0.79 |
| Hex | BF | C2 | D3 | 9 | 8 | 0 | 11 | E7 | 13 | 4F |
| Octal | 277 | 302 | 323 | 11 | 10 | 0 | 21 | 347 | 23 | 117 |
| Binary | 10111111 | 11000010 | 11010011 | 1001 | 1000 | 0 | 10001 | 11100111 | 10011 | 1001111 |
Color Harmonies of #BFC2D3
Complementary color
Monochromatic Colors of #BFC2D3
Black with #BFC2D3
Text Example
Text Example
White with #BFC2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC2D3; }
p { color: rgb(191,194,211); }
H1.HeaderClassName
{
color: #BFC2D3;
}
.AnyTagClassName
{
color: #BFC2D3;
}
</style>
background-color css
<style>
a { background-color: #BFC2D3; }
a { background-color: rgb(191,194,211); }
div.DivClassName
{
background-color: #BFC2D3;
}
.BgClassName
{
background-color: #BFC2D3;
}
</style>
border-color css
<style>
span { border-color: #BFC2D3; }
span { border-color: rgb(191,194,211); }
td.TdClassName
{
border-color: #BFC2D3;
}
.TagClassName
{
border-color: #BFC2D3;
}
</style>