Shades of Lavender Blue #BFCAFC
Tints of Lavender Blue #BFCAFC
RGB
CMYK
RGB Variations
Color information
#BFCAFC (or 0xBFCAFC) is known color: Lavender Blue. HEX triplet: BF, CA and FC. RGB value is (191,202,252). Sum of RGB (Red+Green+Blue) = 191+202+252=645 (85% of max value = 765). Red value is 191 (75% from 255 or 29.61% from 645); Green value is 202 (79.30% from 255 or 31.32% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFCAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCAFC is #403503. Grayscale: #CCCCCC. Windows color (decimal): -4207876 or 16566975. OLE color: 16566975.
HSL color Cylindrical-coordinate representation of color #BFCAFC: hue angle of 229.18º 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 #BFCAFC is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 202 | 252 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.01 |
| HSL | 229.18º | 0.91% | 0.87% | - |
| HSV(B) | 229.18º | 0.24% | 0.99% | - |
| XYZ | 60.18 | 60.35 | 100.57 | - |
| YUV | 204.41 | 154.86 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 202 | 252 | 0.24 | 0.20 | 0 | 0.01 | 229.18 | 0.91 | 0.87 |
| Hex | BF | CA | FC | 18 | 14 | 0 | 1 | E5 | 5B | 57 |
| Octal | 277 | 312 | 374 | 30 | 24 | 0 | 1 | 345 | 133 | 127 |
| Binary | 10111111 | 11001010 | 11111100 | 11000 | 10100 | 0 | 1 | 11100101 | 1011011 | 1010111 |
Color Harmonies of #BFCAFC
Complementary color
Monochromatic Colors of #BFCAFC
Black with #BFCAFC
Text Example
Text Example
White with #BFCAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCAFC; }
p { color: rgb(191,202,252); }
H1.HeaderClassName
{
color: #BFCAFC;
}
.AnyTagClassName
{
color: #BFCAFC;
}
</style>
background-color css
<style>
a { background-color: #BFCAFC; }
a { background-color: rgb(191,202,252); }
div.DivClassName
{
background-color: #BFCAFC;
}
.BgClassName
{
background-color: #BFCAFC;
}
</style>
border-color css
<style>
span { border-color: #BFCAFC; }
span { border-color: rgb(191,202,252); }
td.TdClassName
{
border-color: #BFCAFC;
}
.TagClassName
{
border-color: #BFCAFC;
}
</style>