Shades of Lavender Blue #BFC2F2
Tints of Lavender Blue #BFC2F2
RGB
CMYK
RGB Variations
Color information
#BFC2F2 (or 0xBFC2F2) is known color: Lavender Blue. HEX triplet: BF, C2 and F2. RGB value is (191,194,242). Sum of RGB (Red+Green+Blue) = 191+194+242=627 (83% of max value = 765). Red value is 191 (75% from 255 or 30.46% from 627); Green value is 194 (76.17% from 255 or 30.94% from 627); Blue value is 242 (94.92% from 255 or 38.60% from 627); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFC2F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC2F2 is #403D0D. Grayscale: #C6C6C6. Windows color (decimal): -4209934 or 15909567. OLE color: 15909567.
HSL color Cylindrical-coordinate representation of color #BFC2F2: hue angle of 236.47º 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 #BFC2F2 is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 194 | 242 | - |
| CMYK | 0.21 | 0.20 | 0 | 0.05 |
| HSL | 236.47º | 0.66% | 0.85% | - |
| HSV(B) | 236.47º | 0.21% | 0.95% | - |
| XYZ | 56.8 | 56.07 | 91.83 | - |
| YUV | 198.58 | 152.51 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 242 | 0.21 | 0.20 | 0 | 0.05 | 236.47 | 0.66 | 0.85 |
| Hex | BF | C2 | F2 | 15 | 14 | 0 | 5 | EC | 42 | 55 |
| Octal | 277 | 302 | 362 | 25 | 24 | 0 | 5 | 354 | 102 | 125 |
| Binary | 10111111 | 11000010 | 11110010 | 10101 | 10100 | 0 | 101 | 11101100 | 1000010 | 1010101 |
Color Harmonies of #BFC2F2
Complementary color
Monochromatic Colors of #BFC2F2
Black with #BFC2F2
Text Example
Text Example
White with #BFC2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC2F2; }
p { color: rgb(191,194,242); }
H1.HeaderClassName
{
color: #BFC2F2;
}
.AnyTagClassName
{
color: #BFC2F2;
}
</style>
background-color css
<style>
a { background-color: #BFC2F2; }
a { background-color: rgb(191,194,242); }
div.DivClassName
{
background-color: #BFC2F2;
}
.BgClassName
{
background-color: #BFC2F2;
}
</style>
border-color css
<style>
span { border-color: #BFC2F2; }
span { border-color: rgb(191,194,242); }
td.TdClassName
{
border-color: #BFC2F2;
}
.TagClassName
{
border-color: #BFC2F2;
}
</style>