Shades of Lavender Blue #BFC4F2
Tints of Lavender Blue #BFC4F2
RGB
CMYK
RGB Variations
Color information
#BFC4F2 (or 0xBFC4F2) is known color: Lavender Blue. HEX triplet: BF, C4 and F2. RGB value is (191,196,242). Sum of RGB (Red+Green+Blue) = 191+196+242=629 (83% of max value = 765). Red value is 191 (75% from 255 or 30.37% from 629); Green value is 196 (76.95% from 255 or 31.16% from 629); Blue value is 242 (94.92% from 255 or 38.47% from 629); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFC4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC4F2 is #403B0D. Grayscale: #C7C7C7. Windows color (decimal): -4209422 or 15910079. OLE color: 15910079.
HSL color Cylindrical-coordinate representation of color #BFC4F2: hue angle of 234.12º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFC4F2 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 196 | 242 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.05 |
| HSL | 234.12º | 0.66% | 0.85% | - |
| HSV(B) | 234.12º | 0.21% | 0.95% | - |
| XYZ | 57.25 | 56.97 | 91.98 | - |
| YUV | 199.75 | 151.84 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 242 | 0.21 | 0.19 | 0 | 0.05 | 234.12 | 0.66 | 0.85 |
| Hex | BF | C4 | F2 | 15 | 13 | 0 | 5 | EA | 42 | 55 |
| Octal | 277 | 304 | 362 | 25 | 23 | 0 | 5 | 352 | 102 | 125 |
| Binary | 10111111 | 11000100 | 11110010 | 10101 | 10011 | 0 | 101 | 11101010 | 1000010 | 1010101 |
Color Harmonies of #BFC4F2
Complementary color
Monochromatic Colors of #BFC4F2
Black with #BFC4F2
Text Example
Text Example
White with #BFC4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC4F2; }
p { color: rgb(191,196,242); }
H1.HeaderClassName
{
color: #BFC4F2;
}
.AnyTagClassName
{
color: #BFC4F2;
}
</style>
background-color css
<style>
a { background-color: #BFC4F2; }
a { background-color: rgb(191,196,242); }
div.DivClassName
{
background-color: #BFC4F2;
}
.BgClassName
{
background-color: #BFC4F2;
}
</style>
border-color css
<style>
span { border-color: #BFC4F2; }
span { border-color: rgb(191,196,242); }
td.TdClassName
{
border-color: #BFC4F2;
}
.TagClassName
{
border-color: #BFC4F2;
}
</style>