Shades of Lavender Blue #BFB2FD
Tints of Lavender Blue #BFB2FD
RGB
CMYK
RGB Variations
Color information
#BFB2FD (or 0xBFB2FD) is known color: Lavender Blue. HEX triplet: BF, B2 and FD. RGB value is (191,178,253). Sum of RGB (Red+Green+Blue) = 191+178+253=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 178 (69.92% from 255 or 28.62% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFB2FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFB2FD is #404D02. Grayscale: #BEBEBE. Windows color (decimal): -4214019 or 16626367. OLE color: 16626367.
HSL color Cylindrical-coordinate representation of color #BFB2FD: hue angle of 250.4º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFB2FD is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 178 | 253 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.01 |
| HSL | 250.4º | 0.95% | 0.85% | - |
| HSV(B) | 250.4º | 0.3% | 0.99% | - |
| XYZ | 55.14 | 50.01 | 99.68 | - |
| YUV | 190.44 | 163.31 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 253 | 0.25 | 0.30 | 0 | 0.01 | 250.4 | 0.95 | 0.85 |
| Hex | BF | B2 | FD | 19 | 1E | 0 | 1 | FA | 5F | 55 |
| Octal | 277 | 262 | 375 | 31 | 36 | 0 | 1 | 372 | 137 | 125 |
| Binary | 10111111 | 10110010 | 11111101 | 11001 | 11110 | 0 | 1 | 11111010 | 1011111 | 1010101 |
Color Harmonies of #BFB2FD
Complementary color
Monochromatic Colors of #BFB2FD
Black with #BFB2FD
Text Example
Text Example
White with #BFB2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB2FD; }
p { color: rgb(191,178,253); }
H1.HeaderClassName
{
color: #BFB2FD;
}
.AnyTagClassName
{
color: #BFB2FD;
}
</style>
background-color css
<style>
a { background-color: #BFB2FD; }
a { background-color: rgb(191,178,253); }
div.DivClassName
{
background-color: #BFB2FD;
}
.BgClassName
{
background-color: #BFB2FD;
}
</style>
border-color css
<style>
span { border-color: #BFB2FD; }
span { border-color: rgb(191,178,253); }
td.TdClassName
{
border-color: #BFB2FD;
}
.TagClassName
{
border-color: #BFB2FD;
}
</style>