Shades of Lavender Blue #BFCCFC
Tints of Lavender Blue #BFCCFC
RGB
CMYK
RGB Variations
Color information
#BFCCFC (or 0xBFCCFC) is known color: Lavender Blue. HEX triplet: BF, CC and FC. RGB value is (191,204,252). Sum of RGB (Red+Green+Blue) = 191+204+252=647 (85% of max value = 765). Red value is 191 (75% from 255 or 29.52% from 647); Green value is 204 (80.08% from 255 or 31.53% from 647); Blue value is 252 (98.83% from 255 or 38.95% from 647); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFCCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCCFC is #403303. Grayscale: #CDCDCD. Windows color (decimal): -4207364 or 16567487. OLE color: 16567487.
HSL color Cylindrical-coordinate representation of color #BFCCFC: hue angle of 227.21º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFCCFC is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 204 | 252 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.01 |
| HSL | 227.21º | 0.91% | 0.87% | - |
| HSV(B) | 227.21º | 0.24% | 0.99% | - |
| XYZ | 60.65 | 61.29 | 100.73 | - |
| YUV | 205.59 | 154.19 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 252 | 0.24 | 0.19 | 0 | 0.01 | 227.21 | 0.91 | 0.87 |
| Hex | BF | CC | FC | 18 | 13 | 0 | 1 | E3 | 5B | 57 |
| Octal | 277 | 314 | 374 | 30 | 23 | 0 | 1 | 343 | 133 | 127 |
| Binary | 10111111 | 11001100 | 11111100 | 11000 | 10011 | 0 | 1 | 11100011 | 1011011 | 1010111 |
Color Harmonies of #BFCCFC
Complementary color
Monochromatic Colors of #BFCCFC
Black with #BFCCFC
Text Example
Text Example
White with #BFCCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCCFC; }
p { color: rgb(191,204,252); }
H1.HeaderClassName
{
color: #BFCCFC;
}
.AnyTagClassName
{
color: #BFCCFC;
}
</style>
background-color css
<style>
a { background-color: #BFCCFC; }
a { background-color: rgb(191,204,252); }
div.DivClassName
{
background-color: #BFCCFC;
}
.BgClassName
{
background-color: #BFCCFC;
}
</style>
border-color css
<style>
span { border-color: #BFCCFC; }
span { border-color: rgb(191,204,252); }
td.TdClassName
{
border-color: #BFCCFC;
}
.TagClassName
{
border-color: #BFCCFC;
}
</style>