Shades of Lavender Blue #BFB0FF
Tints of Lavender Blue #BFB0FF
RGB
CMYK
RGB Variations
Color information
#BFB0FF (or 0xBFB0FF) is known color: Lavender Blue. HEX triplet: BF, B0 and FF. RGB value is (191,176,255). Sum of RGB (Red+Green+Blue) = 191+176+255=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 176 (69.14% from 255 or 28.30% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFB0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFB0FF is #404F00. Grayscale: #BDBDBD. Windows color (decimal): -4214529 or 16756927. OLE color: 16756927.
HSL color Cylindrical-coordinate representation of color #BFB0FF: hue angle of 251.39º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFB0FF is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 176 | 255 | - |
| CMYK | 0.25 | 0.31 | 0 | 0 |
| HSL | 251.39º | 1% | 0.85% | - |
| HSV(B) | 251.39º | 0.31% | 1% | - |
| XYZ | 55.06 | 49.35 | 101.23 | - |
| YUV | 189.49 | 164.97 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 255 | 0.25 | 0.31 | 0 | 0 | 251.39 | 1 | 0.85 |
| Hex | BF | B0 | FF | 19 | 1F | 0 | 0 | FB | 64 | 55 |
| Octal | 277 | 260 | 377 | 31 | 37 | 0 | 0 | 373 | 144 | 125 |
| Binary | 10111111 | 10110000 | 11111111 | 11001 | 11111 | 0 | 0 | 11111011 | 1100100 | 1010101 |
Color Harmonies of #BFB0FF
Complementary color
Monochromatic Colors of #BFB0FF
Black with #BFB0FF
Text Example
Text Example
White with #BFB0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB0FF; }
p { color: rgb(191,176,255); }
H1.HeaderClassName
{
color: #BFB0FF;
}
.AnyTagClassName
{
color: #BFB0FF;
}
</style>
background-color css
<style>
a { background-color: #BFB0FF; }
a { background-color: rgb(191,176,255); }
div.DivClassName
{
background-color: #BFB0FF;
}
.BgClassName
{
background-color: #BFB0FF;
}
</style>
border-color css
<style>
span { border-color: #BFB0FF; }
span { border-color: rgb(191,176,255); }
td.TdClassName
{
border-color: #BFB0FF;
}
.TagClassName
{
border-color: #BFB0FF;
}
</style>