Shades of Lavender Blue #BFC3F5
Tints of Lavender Blue #BFC3F5
RGB
CMYK
RGB Variations
Color information
#BFC3F5 (or 0xBFC3F5) is known color: Lavender Blue. HEX triplet: BF, C3 and F5. RGB value is (191,195,245). Sum of RGB (Red+Green+Blue) = 191+195+245=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 195 (76.56% from 255 or 30.90% from 631); Blue value is 245 (96.09% from 255 or 38.83% from 631); Max value from RGB is 245 - color contains mainly: blue. Hex color #BFC3F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC3F5 is #403C0A. Grayscale: #C7C7C7. Windows color (decimal): -4209675 or 16106431. OLE color: 16106431.
HSL color Cylindrical-coordinate representation of color #BFC3F5: hue angle of 235.56º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFC3F5 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 195 | 245 | - |
| CMYK | 0.22 | 0.20 | 0 | 0.04 |
| HSL | 235.56º | 0.73% | 0.85% | - |
| HSV(B) | 235.56º | 0.22% | 0.96% | - |
| XYZ | 57.48 | 56.7 | 94.3 | - |
| YUV | 199.5 | 153.67 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 245 | 0.22 | 0.20 | 0 | 0.04 | 235.56 | 0.73 | 0.85 |
| Hex | BF | C3 | F5 | 16 | 14 | 0 | 4 | EC | 49 | 55 |
| Octal | 277 | 303 | 365 | 26 | 24 | 0 | 4 | 354 | 111 | 125 |
| Binary | 10111111 | 11000011 | 11110101 | 10110 | 10100 | 0 | 100 | 11101100 | 1001001 | 1010101 |
Color Harmonies of #BFC3F5
Complementary color
Monochromatic Colors of #BFC3F5
Black with #BFC3F5
Text Example
Text Example
White with #BFC3F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC3F5; }
p { color: rgb(191,195,245); }
H1.HeaderClassName
{
color: #BFC3F5;
}
.AnyTagClassName
{
color: #BFC3F5;
}
</style>
background-color css
<style>
a { background-color: #BFC3F5; }
a { background-color: rgb(191,195,245); }
div.DivClassName
{
background-color: #BFC3F5;
}
.BgClassName
{
background-color: #BFC3F5;
}
</style>
border-color css
<style>
span { border-color: #BFC3F5; }
span { border-color: rgb(191,195,245); }
td.TdClassName
{
border-color: #BFC3F5;
}
.TagClassName
{
border-color: #BFC3F5;
}
</style>