Shades of Lavender Blue #BFBBF3
Tints of Lavender Blue #BFBBF3
RGB
CMYK
RGB Variations
Color information
#BFBBF3 (or 0xBFBBF3) is known color: Lavender Blue. HEX triplet: BF, BB and F3. RGB value is (191,187,243). Sum of RGB (Red+Green+Blue) = 191+187+243=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 187 (73.44% from 255 or 30.11% from 621); Blue value is 243 (95.31% from 255 or 39.13% from 621); Max value from RGB is 243 - color contains mainly: blue. Hex color #BFBBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBBF3 is #40440C. Grayscale: #C2C2C2. Windows color (decimal): -4211725 or 15973311. OLE color: 15973311.
HSL color Cylindrical-coordinate representation of color #BFBBF3: hue angle of 244.29º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFBBF3 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 187 | 243 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.05 |
| HSL | 244.29º | 0.7% | 0.84% | - |
| HSV(B) | 244.29º | 0.23% | 0.95% | - |
| XYZ | 55.43 | 53.09 | 92.12 | - |
| YUV | 194.58 | 155.33 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 243 | 0.21 | 0.23 | 0 | 0.05 | 244.29 | 0.7 | 0.84 |
| Hex | BF | BB | F3 | 15 | 17 | 0 | 5 | F4 | 46 | 54 |
| Octal | 277 | 273 | 363 | 25 | 27 | 0 | 5 | 364 | 106 | 124 |
| Binary | 10111111 | 10111011 | 11110011 | 10101 | 10111 | 0 | 101 | 11110100 | 1000110 | 1010100 |
Color Harmonies of #BFBBF3
Complementary color
Monochromatic Colors of #BFBBF3
Black with #BFBBF3
Text Example
Text Example
White with #BFBBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBBF3; }
p { color: rgb(191,187,243); }
H1.HeaderClassName
{
color: #BFBBF3;
}
.AnyTagClassName
{
color: #BFBBF3;
}
</style>
background-color css
<style>
a { background-color: #BFBBF3; }
a { background-color: rgb(191,187,243); }
div.DivClassName
{
background-color: #BFBBF3;
}
.BgClassName
{
background-color: #BFBBF3;
}
</style>
border-color css
<style>
span { border-color: #BFBBF3; }
span { border-color: rgb(191,187,243); }
td.TdClassName
{
border-color: #BFBBF3;
}
.TagClassName
{
border-color: #BFBBF3;
}
</style>