Shades of Lavender Blue #BBBDF5
Tints of Lavender Blue #BBBDF5
RGB
CMYK
RGB Variations
Color information
#BBBDF5 (or 0xBBBDF5) is known color: Lavender Blue. HEX triplet: BB, BD and F5. RGB value is (187,189,245). Sum of RGB (Red+Green+Blue) = 187+189+245=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 245 (96.09% from 255 or 39.45% from 621); Max value from RGB is 245 - color contains mainly: blue. Hex color #BBBDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBDF5 is #44420A. Grayscale: #C2C2C2. Windows color (decimal): -4473355 or 16104891. OLE color: 16104891.
HSL color Cylindrical-coordinate representation of color #BBBDF5: hue angle of 237.93º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBBDF5 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 189 | 245 | - |
| CMYK | 0.24 | 0.23 | 0 | 0.04 |
| HSL | 237.93º | 0.74% | 0.85% | - |
| HSV(B) | 237.93º | 0.24% | 0.96% | - |
| XYZ | 55.17 | 53.55 | 93.81 | - |
| YUV | 194.79 | 156.34 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 189 | 245 | 0.24 | 0.23 | 0 | 0.04 | 237.93 | 0.74 | 0.85 |
| Hex | BB | BD | F5 | 18 | 17 | 0 | 4 | EE | 4A | 55 |
| Octal | 273 | 275 | 365 | 30 | 27 | 0 | 4 | 356 | 112 | 125 |
| Binary | 10111011 | 10111101 | 11110101 | 11000 | 10111 | 0 | 100 | 11101110 | 1001010 | 1010101 |
Color Harmonies of #BBBDF5
Complementary color
Monochromatic Colors of #BBBDF5
Black with #BBBDF5
Text Example
Text Example
White with #BBBDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBDF5; }
p { color: rgb(187,189,245); }
H1.HeaderClassName
{
color: #BBBDF5;
}
.AnyTagClassName
{
color: #BBBDF5;
}
</style>
background-color css
<style>
a { background-color: #BBBDF5; }
a { background-color: rgb(187,189,245); }
div.DivClassName
{
background-color: #BBBDF5;
}
.BgClassName
{
background-color: #BBBDF5;
}
</style>
border-color css
<style>
span { border-color: #BBBDF5; }
span { border-color: rgb(187,189,245); }
td.TdClassName
{
border-color: #BBBDF5;
}
.TagClassName
{
border-color: #BBBDF5;
}
</style>