Shades of Lavender Blue #BFBFF8
Tints of Lavender Blue #BFBFF8
RGB
CMYK
RGB Variations
Color information
#BFBFF8 (or 0xBFBFF8) is known color: Lavender Blue. HEX triplet: BF, BF and F8. RGB value is (191,191,248). Sum of RGB (Red+Green+Blue) = 191+191+248=630 (83% of max value = 765). Red value is 191 (75% from 255 or 30.32% from 630); Green value is 191 (75% from 255 or 30.32% from 630); Blue value is 248 (97.27% from 255 or 39.37% from 630); Max value from RGB is 248 - color contains mainly: blue. Hex color #BFBFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBFF8 is #404007. Grayscale: #C5C5C5. Windows color (decimal): -4210696 or 16302015. OLE color: 16302015.
HSL color Cylindrical-coordinate representation of color #BFBFF8: hue angle of 240º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFBFF8 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 191 | 248 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.03 |
| HSL | 240º | 0.8% | 0.86% | - |
| HSV(B) | 240º | 0.23% | 0.97% | - |
| XYZ | 57.06 | 55.12 | 96.44 | - |
| YUV | 197.5 | 156.5 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 191 | 248 | 0.23 | 0.23 | 0 | 0.03 | 240 | 0.8 | 0.86 |
| Hex | BF | BF | F8 | 17 | 17 | 0 | 3 | F0 | 50 | 56 |
| Octal | 277 | 277 | 370 | 27 | 27 | 0 | 3 | 360 | 120 | 126 |
| Binary | 10111111 | 10111111 | 11111000 | 10111 | 10111 | 0 | 11 | 11110000 | 1010000 | 1010110 |
Color Harmonies of #BFBFF8
Complementary color
Monochromatic Colors of #BFBFF8
Black with #BFBFF8
Text Example
Text Example
White with #BFBFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBFF8; }
p { color: rgb(191,191,248); }
H1.HeaderClassName
{
color: #BFBFF8;
}
.AnyTagClassName
{
color: #BFBFF8;
}
</style>
background-color css
<style>
a { background-color: #BFBFF8; }
a { background-color: rgb(191,191,248); }
div.DivClassName
{
background-color: #BFBFF8;
}
.BgClassName
{
background-color: #BFBFF8;
}
</style>
border-color css
<style>
span { border-color: #BFBFF8; }
span { border-color: rgb(191,191,248); }
td.TdClassName
{
border-color: #BFBFF8;
}
.TagClassName
{
border-color: #BFBFF8;
}
</style>