Shades of Lavender Blue #BFCFFF
Tints of Lavender Blue #BFCFFF
RGB
CMYK
RGB Variations
Color information
#BFCFFF (or 0xBFCFFF) is known color: Lavender Blue. HEX triplet: BF, CF and FF. RGB value is (191,207,255). Sum of RGB (Red+Green+Blue) = 191+207+255=653 (86% of max value = 765). Red value is 191 (75% from 255 or 29.25% from 653); Green value is 207 (81.25% from 255 or 31.70% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFCFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCFFF is #403000. Grayscale: #CFCFCF. Windows color (decimal): -4206593 or 16764863. OLE color: 16764863.
HSL color Cylindrical-coordinate representation of color #BFCFFF: hue angle of 225º 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 #BFCFFF is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 207 | 255 | - |
| CMYK | 0.25 | 0.19 | 0 | 0 |
| HSL | 225º | 1% | 0.87% | - |
| HSV(B) | 225º | 0.25% | 1% | - |
| XYZ | 61.85 | 62.92 | 103.49 | - |
| YUV | 207.69 | 154.7 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 255 | 0.25 | 0.19 | 0 | 0 | 225 | 1 | 0.87 |
| Hex | BF | CF | FF | 19 | 13 | 0 | 0 | E1 | 64 | 57 |
| Octal | 277 | 317 | 377 | 31 | 23 | 0 | 0 | 341 | 144 | 127 |
| Binary | 10111111 | 11001111 | 11111111 | 11001 | 10011 | 0 | 0 | 11100001 | 1100100 | 1010111 |
Color Harmonies of #BFCFFF
Complementary color
Monochromatic Colors of #BFCFFF
Black with #BFCFFF
Text Example
Text Example
White with #BFCFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCFFF; }
p { color: rgb(191,207,255); }
H1.HeaderClassName
{
color: #BFCFFF;
}
.AnyTagClassName
{
color: #BFCFFF;
}
</style>
background-color css
<style>
a { background-color: #BFCFFF; }
a { background-color: rgb(191,207,255); }
div.DivClassName
{
background-color: #BFCFFF;
}
.BgClassName
{
background-color: #BFCFFF;
}
</style>
border-color css
<style>
span { border-color: #BFCFFF; }
span { border-color: rgb(191,207,255); }
td.TdClassName
{
border-color: #BFCFFF;
}
.TagClassName
{
border-color: #BFCFFF;
}
</style>