Shades of Lavender Blue #BFB2FF
Tints of Lavender Blue #BFB2FF
RGB
CMYK
RGB Variations
Color information
#BFB2FF (or 0xBFB2FF) is known color: Lavender Blue. HEX triplet: BF, B2 and FF. RGB value is (191,178,255). Sum of RGB (Red+Green+Blue) = 191+178+255=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 178 (69.92% from 255 or 28.53% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFB2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFB2FF is #404D00. Grayscale: #BEBEBE. Windows color (decimal): -4214017 or 16757439. OLE color: 16757439.
HSL color Cylindrical-coordinate representation of color #BFB2FF: hue angle of 250.13º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFB2FF is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 178 | 255 | - |
| CMYK | 0.25 | 0.30 | 0 | 0 |
| HSL | 250.13º | 1% | 0.85% | - |
| HSV(B) | 250.13º | 0.3% | 1% | - |
| XYZ | 55.46 | 50.14 | 101.36 | - |
| YUV | 190.67 | 164.31 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 255 | 0.25 | 0.30 | 0 | 0 | 250.13 | 1 | 0.85 |
| Hex | BF | B2 | FF | 19 | 1E | 0 | 0 | FA | 64 | 55 |
| Octal | 277 | 262 | 377 | 31 | 36 | 0 | 0 | 372 | 144 | 125 |
| Binary | 10111111 | 10110010 | 11111111 | 11001 | 11110 | 0 | 0 | 11111010 | 1100100 | 1010101 |
Color Harmonies of #BFB2FF
Complementary color
Monochromatic Colors of #BFB2FF
Black with #BFB2FF
Text Example
Text Example
White with #BFB2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB2FF; }
p { color: rgb(191,178,255); }
H1.HeaderClassName
{
color: #BFB2FF;
}
.AnyTagClassName
{
color: #BFB2FF;
}
</style>
background-color css
<style>
a { background-color: #BFB2FF; }
a { background-color: rgb(191,178,255); }
div.DivClassName
{
background-color: #BFB2FF;
}
.BgClassName
{
background-color: #BFB2FF;
}
</style>
border-color css
<style>
span { border-color: #BFB2FF; }
span { border-color: rgb(191,178,255); }
td.TdClassName
{
border-color: #BFB2FF;
}
.TagClassName
{
border-color: #BFB2FF;
}
</style>