Shades of Lavender Grey #BFC2D5
Tints of Lavender Grey #BFC2D5
RGB
CMYK
RGB Variations
Color information
#BFC2D5 (or 0xBFC2D5) is known color: Lavender Grey. HEX triplet: BF, C2 and D5. RGB value is (191,194,213). Sum of RGB (Red+Green+Blue) = 191+194+213=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 194 (76.17% from 255 or 32.44% from 598); Blue value is 213 (83.59% from 255 or 35.62% from 598); Max value from RGB is 213 - color contains mainly: blue. Hex color #BFC2D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC2D5 is #403D2A. Grayscale: #C3C3C3. Windows color (decimal): -4209963 or 14009023. OLE color: 14009023.
HSL color Cylindrical-coordinate representation of color #BFC2D5: hue angle of 231.82º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFC2D5 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 194 | 213 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.16 |
| HSL | 231.82º | 0.21% | 0.79% | - |
| HSV(B) | 231.82º | 0.1% | 0.84% | - |
| XYZ | 52.79 | 54.46 | 70.68 | - |
| YUV | 195.27 | 138.01 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 213 | 0.10 | 0.09 | 0 | 0.16 | 231.82 | 0.21 | 0.79 |
| Hex | BF | C2 | D5 | A | 9 | 0 | 10 | E8 | 15 | 4F |
| Octal | 277 | 302 | 325 | 12 | 11 | 0 | 20 | 350 | 25 | 117 |
| Binary | 10111111 | 11000010 | 11010101 | 1010 | 1001 | 0 | 10000 | 11101000 | 10101 | 1001111 |
Color Harmonies of #BFC2D5
Complementary color
Monochromatic Colors of #BFC2D5
Black with #BFC2D5
Text Example
Text Example
White with #BFC2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC2D5; }
p { color: rgb(191,194,213); }
H1.HeaderClassName
{
color: #BFC2D5;
}
.AnyTagClassName
{
color: #BFC2D5;
}
</style>
background-color css
<style>
a { background-color: #BFC2D5; }
a { background-color: rgb(191,194,213); }
div.DivClassName
{
background-color: #BFC2D5;
}
.BgClassName
{
background-color: #BFC2D5;
}
</style>
border-color css
<style>
span { border-color: #BFC2D5; }
span { border-color: rgb(191,194,213); }
td.TdClassName
{
border-color: #BFC2D5;
}
.TagClassName
{
border-color: #BFC2D5;
}
</style>