Shades of Lavender Grey #BFC1DF
Tints of Lavender Grey #BFC1DF
RGB
CMYK
RGB Variations
Color information
#BFC1DF (or 0xBFC1DF) is known color: Lavender Grey. HEX triplet: BF, C1 and DF. RGB value is (191,193,223). Sum of RGB (Red+Green+Blue) = 191+193+223=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 193 (75.78% from 255 or 31.80% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFC1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC1DF is #403E20. Grayscale: #C3C3C3. Windows color (decimal): -4210209 or 14664127. OLE color: 14664127.
HSL color Cylindrical-coordinate representation of color #BFC1DF: hue angle of 236.25º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFC1DF is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 193 | 223 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.13 |
| HSL | 236.25º | 0.33% | 0.81% | - |
| HSV(B) | 236.25º | 0.14% | 0.87% | - |
| XYZ | 53.88 | 54.54 | 77.5 | - |
| YUV | 195.82 | 143.34 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 223 | 0.14 | 0.13 | 0 | 0.13 | 236.25 | 0.33 | 0.81 |
| Hex | BF | C1 | DF | E | D | 0 | D | EC | 21 | 51 |
| Octal | 277 | 301 | 337 | 16 | 15 | 0 | 15 | 354 | 41 | 121 |
| Binary | 10111111 | 11000001 | 11011111 | 1110 | 1101 | 0 | 1101 | 11101100 | 100001 | 1010001 |
Color Harmonies of #BFC1DF
Complementary color
Monochromatic Colors of #BFC1DF
Black with #BFC1DF
Text Example
Text Example
White with #BFC1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC1DF; }
p { color: rgb(191,193,223); }
H1.HeaderClassName
{
color: #BFC1DF;
}
.AnyTagClassName
{
color: #BFC1DF;
}
</style>
background-color css
<style>
a { background-color: #BFC1DF; }
a { background-color: rgb(191,193,223); }
div.DivClassName
{
background-color: #BFC1DF;
}
.BgClassName
{
background-color: #BFC1DF;
}
</style>
border-color css
<style>
span { border-color: #BFC1DF; }
span { border-color: rgb(191,193,223); }
td.TdClassName
{
border-color: #BFC1DF;
}
.TagClassName
{
border-color: #BFC1DF;
}
</style>