Shades of Lavender Blue #BFCAFF
Tints of Lavender Blue #BFCAFF
RGB
CMYK
RGB Variations
Color information
#BFCAFF (or 0xBFCAFF) is known color: Lavender Blue. HEX triplet: BF, CA and FF. RGB value is (191,202,255). Sum of RGB (Red+Green+Blue) = 191+202+255=648 (85% of max value = 765). Red value is 191 (75% from 255 or 29.48% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFCAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCAFF is #403500. Grayscale: #CCCCCC. Windows color (decimal): -4207873 or 16763583. OLE color: 16763583.
HSL color Cylindrical-coordinate representation of color #BFCAFF: hue angle of 229.69º 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 #BFCAFF is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 202 | 255 | - |
| CMYK | 0.25 | 0.21 | 0 | 0 |
| HSL | 229.69º | 1% | 0.87% | - |
| HSV(B) | 229.69º | 0.25% | 1% | - |
| XYZ | 60.66 | 60.54 | 103.1 | - |
| YUV | 204.75 | 156.36 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 202 | 255 | 0.25 | 0.21 | 0 | 0 | 229.69 | 1 | 0.87 |
| Hex | BF | CA | FF | 19 | 15 | 0 | 0 | E6 | 64 | 57 |
| Octal | 277 | 312 | 377 | 31 | 25 | 0 | 0 | 346 | 144 | 127 |
| Binary | 10111111 | 11001010 | 11111111 | 11001 | 10101 | 0 | 0 | 11100110 | 1100100 | 1010111 |
Color Harmonies of #BFCAFF
Complementary color
Monochromatic Colors of #BFCAFF
Black with #BFCAFF
Text Example
Text Example
White with #BFCAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCAFF; }
p { color: rgb(191,202,255); }
H1.HeaderClassName
{
color: #BFCAFF;
}
.AnyTagClassName
{
color: #BFCAFF;
}
</style>
background-color css
<style>
a { background-color: #BFCAFF; }
a { background-color: rgb(191,202,255); }
div.DivClassName
{
background-color: #BFCAFF;
}
.BgClassName
{
background-color: #BFCAFF;
}
</style>
border-color css
<style>
span { border-color: #BFCAFF; }
span { border-color: rgb(191,202,255); }
td.TdClassName
{
border-color: #BFCAFF;
}
.TagClassName
{
border-color: #BFCAFF;
}
</style>