Shades of Lavender Blue #BBB6F6
Tints of Lavender Blue #BBB6F6
RGB
CMYK
RGB Variations
Color information
#BBB6F6 (or 0xBBB6F6) is known color: Lavender Blue. HEX triplet: BB, B6 and F6. RGB value is (187,182,246). Sum of RGB (Red+Green+Blue) = 187+182+246=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 182 (71.48% from 255 or 29.59% from 615); Blue value is 246 (96.48% from 255 or 40% from 615); Max value from RGB is 246 - color contains mainly: blue. Hex color #BBB6F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB6F6 is #444909. Grayscale: #BEBEBE. Windows color (decimal): -4475146 or 16168635. OLE color: 16168635.
HSL color Cylindrical-coordinate representation of color #BBB6F6: hue angle of 244.69º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBB6F6 is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 182 | 246 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.04 |
| HSL | 244.69º | 0.78% | 0.84% | - |
| HSV(B) | 244.69º | 0.26% | 0.96% | - |
| XYZ | 53.86 | 50.67 | 94.13 | - |
| YUV | 190.79 | 159.16 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 182 | 246 | 0.24 | 0.26 | 0 | 0.04 | 244.69 | 0.78 | 0.84 |
| Hex | BB | B6 | F6 | 18 | 1A | 0 | 4 | F5 | 4E | 54 |
| Octal | 273 | 266 | 366 | 30 | 32 | 0 | 4 | 365 | 116 | 124 |
| Binary | 10111011 | 10110110 | 11110110 | 11000 | 11010 | 0 | 100 | 11110101 | 1001110 | 1010100 |
Color Harmonies of #BBB6F6
Complementary color
Monochromatic Colors of #BBB6F6
Black with #BBB6F6
Text Example
Text Example
White with #BBB6F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB6F6; }
p { color: rgb(187,182,246); }
H1.HeaderClassName
{
color: #BBB6F6;
}
.AnyTagClassName
{
color: #BBB6F6;
}
</style>
background-color css
<style>
a { background-color: #BBB6F6; }
a { background-color: rgb(187,182,246); }
div.DivClassName
{
background-color: #BBB6F6;
}
.BgClassName
{
background-color: #BBB6F6;
}
</style>
border-color css
<style>
span { border-color: #BBB6F6; }
span { border-color: rgb(187,182,246); }
td.TdClassName
{
border-color: #BBB6F6;
}
.TagClassName
{
border-color: #BBB6F6;
}
</style>