Shades of Lavender Blue #BFC1FF
Tints of Lavender Blue #BFC1FF
RGB
CMYK
RGB Variations
Color information
#BFC1FF (or 0xBFC1FF) is known color: Lavender Blue. HEX triplet: BF, C1 and FF. RGB value is (191,193,255). Sum of RGB (Red+Green+Blue) = 191+193+255=639 (84% of max value = 765). Red value is 191 (75% from 255 or 29.89% from 639); Green value is 193 (75.78% from 255 or 30.20% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFC1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC1FF is #403E00. Grayscale: #C7C7C7. Windows color (decimal): -4210177 or 16761279. OLE color: 16761279.
HSL color Cylindrical-coordinate representation of color #BFC1FF: hue angle of 238.12º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFC1FF is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 193 | 255 | - |
| CMYK | 0.25 | 0.24 | 0 | 0 |
| HSL | 238.13º | 1% | 0.87% | - |
| HSV(B) | 238.13º | 0.25% | 1% | - |
| XYZ | 58.61 | 56.44 | 102.41 | - |
| YUV | 199.47 | 159.34 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 255 | 0.25 | 0.24 | 0 | 0 | 238.13 | 1 | 0.87 |
| Hex | BF | C1 | FF | 19 | 18 | 0 | 0 | EE | 64 | 57 |
| Octal | 277 | 301 | 377 | 31 | 30 | 0 | 0 | 356 | 144 | 127 |
| Binary | 10111111 | 11000001 | 11111111 | 11001 | 11000 | 0 | 0 | 11101110 | 1100100 | 1010111 |
Color Harmonies of #BFC1FF
Complementary color
Monochromatic Colors of #BFC1FF
Black with #BFC1FF
Text Example
Text Example
White with #BFC1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC1FF; }
p { color: rgb(191,193,255); }
H1.HeaderClassName
{
color: #BFC1FF;
}
.AnyTagClassName
{
color: #BFC1FF;
}
</style>
background-color css
<style>
a { background-color: #BFC1FF; }
a { background-color: rgb(191,193,255); }
div.DivClassName
{
background-color: #BFC1FF;
}
.BgClassName
{
background-color: #BFC1FF;
}
</style>
border-color css
<style>
span { border-color: #BFC1FF; }
span { border-color: rgb(191,193,255); }
td.TdClassName
{
border-color: #BFC1FF;
}
.TagClassName
{
border-color: #BFC1FF;
}
</style>