Shades of Lavender Blue #BFC3FC
Tints of Lavender Blue #BFC3FC
RGB
CMYK
RGB Variations
Color information
#BFC3FC (or 0xBFC3FC) is known color: Lavender Blue. HEX triplet: BF, C3 and FC. RGB value is (191,195,252). Sum of RGB (Red+Green+Blue) = 191+195+252=638 (84% of max value = 765). Red value is 191 (75% from 255 or 29.94% from 638); Green value is 195 (76.56% from 255 or 30.56% from 638); Blue value is 252 (98.83% from 255 or 39.50% from 638); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFC3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC3FC is #403C03. Grayscale: #C8C8C8. Windows color (decimal): -4209668 or 16565183. OLE color: 16565183.
HSL color Cylindrical-coordinate representation of color #BFC3FC: hue angle of 236.07º 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 #BFC3FC is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 195 | 252 | - |
| CMYK | 0.24 | 0.23 | 0 | 0.01 |
| HSL | 236.07º | 0.91% | 0.87% | - |
| HSV(B) | 236.07º | 0.24% | 0.99% | - |
| XYZ | 58.57 | 57.13 | 100.04 | - |
| YUV | 200.3 | 157.17 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 252 | 0.24 | 0.23 | 0 | 0.01 | 236.07 | 0.91 | 0.87 |
| Hex | BF | C3 | FC | 18 | 17 | 0 | 1 | EC | 5B | 57 |
| Octal | 277 | 303 | 374 | 30 | 27 | 0 | 1 | 354 | 133 | 127 |
| Binary | 10111111 | 11000011 | 11111100 | 11000 | 10111 | 0 | 1 | 11101100 | 1011011 | 1010111 |
Color Harmonies of #BFC3FC
Complementary color
Monochromatic Colors of #BFC3FC
Black with #BFC3FC
Text Example
Text Example
White with #BFC3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC3FC; }
p { color: rgb(191,195,252); }
H1.HeaderClassName
{
color: #BFC3FC;
}
.AnyTagClassName
{
color: #BFC3FC;
}
</style>
background-color css
<style>
a { background-color: #BFC3FC; }
a { background-color: rgb(191,195,252); }
div.DivClassName
{
background-color: #BFC3FC;
}
.BgClassName
{
background-color: #BFC3FC;
}
</style>
border-color css
<style>
span { border-color: #BFC3FC; }
span { border-color: rgb(191,195,252); }
td.TdClassName
{
border-color: #BFC3FC;
}
.TagClassName
{
border-color: #BFC3FC;
}
</style>