Shades of Lavender Blue #BFBEF2
Tints of Lavender Blue #BFBEF2
RGB
CMYK
RGB Variations
Color information
#BFBEF2 (or 0xBFBEF2) is known color: Lavender Blue. HEX triplet: BF, BE and F2. RGB value is (191,190,242). Sum of RGB (Red+Green+Blue) = 191+190+242=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 242 (94.92% from 255 or 38.84% from 623); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFBEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBEF2 is #40410D. Grayscale: #C4C4C4. Windows color (decimal): -4210958 or 15908543. OLE color: 15908543.
HSL color Cylindrical-coordinate representation of color #BFBEF2: hue angle of 241.15º degrees, saturation: 0.67, 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 #BFBEF2 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 190 | 242 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.05 |
| HSL | 241.15º | 0.67% | 0.85% | - |
| HSV(B) | 241.15º | 0.21% | 0.95% | - |
| XYZ | 55.93 | 54.31 | 91.54 | - |
| YUV | 196.23 | 153.83 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 242 | 0.21 | 0.21 | 0 | 0.05 | 241.15 | 0.67 | 0.85 |
| Hex | BF | BE | F2 | 15 | 15 | 0 | 5 | F1 | 43 | 55 |
| Octal | 277 | 276 | 362 | 25 | 25 | 0 | 5 | 361 | 103 | 125 |
| Binary | 10111111 | 10111110 | 11110010 | 10101 | 10101 | 0 | 101 | 11110001 | 1000011 | 1010101 |
Color Harmonies of #BFBEF2
Complementary color
Monochromatic Colors of #BFBEF2
Black with #BFBEF2
Text Example
Text Example
White with #BFBEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBEF2; }
p { color: rgb(191,190,242); }
H1.HeaderClassName
{
color: #BFBEF2;
}
.AnyTagClassName
{
color: #BFBEF2;
}
</style>
background-color css
<style>
a { background-color: #BFBEF2; }
a { background-color: rgb(191,190,242); }
div.DivClassName
{
background-color: #BFBEF2;
}
.BgClassName
{
background-color: #BFBEF2;
}
</style>
border-color css
<style>
span { border-color: #BFBEF2; }
span { border-color: rgb(191,190,242); }
td.TdClassName
{
border-color: #BFBEF2;
}
.TagClassName
{
border-color: #BFBEF2;
}
</style>