Shades of Lavender Blue #BFB2FE
Tints of Lavender Blue #BFB2FE
RGB
CMYK
RGB Variations
Color information
#BFB2FE (or 0xBFB2FE) is known color: Lavender Blue. HEX triplet: BF, B2 and FE. RGB value is (191,178,254). Sum of RGB (Red+Green+Blue) = 191+178+254=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 178 (69.92% from 255 or 28.57% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFB2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFB2FE is #404D01. Grayscale: #BEBEBE. Windows color (decimal): -4214018 or 16691903. OLE color: 16691903.
HSL color Cylindrical-coordinate representation of color #BFB2FE: hue angle of 250.26º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFB2FE is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 178 | 254 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.00 |
| HSL | 250.26º | 0.97% | 0.85% | - |
| HSV(B) | 250.26º | 0.3% | 1% | - |
| XYZ | 55.3 | 50.07 | 100.52 | - |
| YUV | 190.55 | 163.81 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 254 | 0.25 | 0.30 | 0 | 0.00 | 250.26 | 0.97 | 0.85 |
| Hex | BF | B2 | FE | 19 | 1E | 0 | 0 | FA | 61 | 55 |
| Octal | 277 | 262 | 376 | 31 | 36 | 0 | 0 | 372 | 141 | 125 |
| Binary | 10111111 | 10110010 | 11111110 | 11001 | 11110 | 0 | 0 | 11111010 | 1100001 | 1010101 |
Color Harmonies of #BFB2FE
Complementary color
Monochromatic Colors of #BFB2FE
Black with #BFB2FE
Text Example
Text Example
White with #BFB2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB2FE; }
p { color: rgb(191,178,254); }
H1.HeaderClassName
{
color: #BFB2FE;
}
.AnyTagClassName
{
color: #BFB2FE;
}
</style>
background-color css
<style>
a { background-color: #BFB2FE; }
a { background-color: rgb(191,178,254); }
div.DivClassName
{
background-color: #BFB2FE;
}
.BgClassName
{
background-color: #BFB2FE;
}
</style>
border-color css
<style>
span { border-color: #BFB2FE; }
span { border-color: rgb(191,178,254); }
td.TdClassName
{
border-color: #BFB2FE;
}
.TagClassName
{
border-color: #BFB2FE;
}
</style>