Shades of Lavender Blue #BFCEFF
Tints of Lavender Blue #BFCEFF
RGB
CMYK
RGB Variations
Color information
#BFCEFF (or 0xBFCEFF) is known color: Lavender Blue. HEX triplet: BF, CE and FF. RGB value is (191,206,255). Sum of RGB (Red+Green+Blue) = 191+206+255=652 (86% of max value = 765). Red value is 191 (75% from 255 or 29.29% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFCEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCEFF is #403100. Grayscale: #CECECE. Windows color (decimal): -4206849 or 16764607. OLE color: 16764607.
HSL color Cylindrical-coordinate representation of color #BFCEFF: hue angle of 225.94º 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 #BFCEFF is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 206 | 255 | - |
| CMYK | 0.25 | 0.19 | 0 | 0 |
| HSL | 225.94º | 1% | 0.87% | - |
| HSV(B) | 225.94º | 0.25% | 1% | - |
| XYZ | 61.61 | 62.44 | 103.41 | - |
| YUV | 207.1 | 155.03 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 255 | 0.25 | 0.19 | 0 | 0 | 225.94 | 1 | 0.87 |
| Hex | BF | CE | FF | 19 | 13 | 0 | 0 | E2 | 64 | 57 |
| Octal | 277 | 316 | 377 | 31 | 23 | 0 | 0 | 342 | 144 | 127 |
| Binary | 10111111 | 11001110 | 11111111 | 11001 | 10011 | 0 | 0 | 11100010 | 1100100 | 1010111 |
Color Harmonies of #BFCEFF
Complementary color
Monochromatic Colors of #BFCEFF
Black with #BFCEFF
Text Example
Text Example
White with #BFCEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCEFF; }
p { color: rgb(191,206,255); }
H1.HeaderClassName
{
color: #BFCEFF;
}
.AnyTagClassName
{
color: #BFCEFF;
}
</style>
background-color css
<style>
a { background-color: #BFCEFF; }
a { background-color: rgb(191,206,255); }
div.DivClassName
{
background-color: #BFCEFF;
}
.BgClassName
{
background-color: #BFCEFF;
}
</style>
border-color css
<style>
span { border-color: #BFCEFF; }
span { border-color: rgb(191,206,255); }
td.TdClassName
{
border-color: #BFCEFF;
}
.TagClassName
{
border-color: #BFCEFF;
}
</style>