Shades of Lavender Blue #BBB4F8
Tints of Lavender Blue #BBB4F8
RGB
CMYK
RGB Variations
Color information
#BBB4F8 (or 0xBBB4F8) is known color: Lavender Blue. HEX triplet: BB, B4 and F8. RGB value is (187,180,248). Sum of RGB (Red+Green+Blue) = 187+180+248=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 180 (70.70% from 255 or 29.27% from 615); Blue value is 248 (97.27% from 255 or 40.33% from 615); Max value from RGB is 248 - color contains mainly: blue. Hex color #BBB4F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB4F8 is #444B07. Grayscale: #BDBDBD. Windows color (decimal): -4475656 or 16299195. OLE color: 16299195.
HSL color Cylindrical-coordinate representation of color #BBB4F8: hue angle of 246.18º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBB4F8 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 180 | 248 | - |
| CMYK | 0.25 | 0.27 | 0 | 0.03 |
| HSL | 246.18º | 0.83% | 0.84% | - |
| HSV(B) | 246.18º | 0.27% | 0.97% | - |
| XYZ | 53.76 | 49.98 | 95.62 | - |
| YUV | 189.85 | 160.82 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 248 | 0.25 | 0.27 | 0 | 0.03 | 246.18 | 0.83 | 0.84 |
| Hex | BB | B4 | F8 | 19 | 1B | 0 | 3 | F6 | 53 | 54 |
| Octal | 273 | 264 | 370 | 31 | 33 | 0 | 3 | 366 | 123 | 124 |
| Binary | 10111011 | 10110100 | 11111000 | 11001 | 11011 | 0 | 11 | 11110110 | 1010011 | 1010100 |
Color Harmonies of #BBB4F8
Complementary color
Monochromatic Colors of #BBB4F8
Black with #BBB4F8
Text Example
Text Example
White with #BBB4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB4F8; }
p { color: rgb(187,180,248); }
H1.HeaderClassName
{
color: #BBB4F8;
}
.AnyTagClassName
{
color: #BBB4F8;
}
</style>
background-color css
<style>
a { background-color: #BBB4F8; }
a { background-color: rgb(187,180,248); }
div.DivClassName
{
background-color: #BBB4F8;
}
.BgClassName
{
background-color: #BBB4F8;
}
</style>
border-color css
<style>
span { border-color: #BBB4F8; }
span { border-color: rgb(187,180,248); }
td.TdClassName
{
border-color: #BBB4F8;
}
.TagClassName
{
border-color: #BBB4F8;
}
</style>