Shades of Lavender Blue #BBB2FC
Tints of Lavender Blue #BBB2FC
RGB
CMYK
RGB Variations
Color information
#BBB2FC (or 0xBBB2FC) is known color: Lavender Blue. HEX triplet: BB, B2 and FC. RGB value is (187,178,252). Sum of RGB (Red+Green+Blue) = 187+178+252=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 178 (69.92% from 255 or 28.85% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBB2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB2FC is #444D03. Grayscale: #BCBCBC. Windows color (decimal): -4476164 or 16560827. OLE color: 16560827.
HSL color Cylindrical-coordinate representation of color #BBB2FC: hue angle of 247.3º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBB2FC is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 178 | 252 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.01 |
| HSL | 247.3º | 0.93% | 0.84% | - |
| HSV(B) | 247.3º | 0.29% | 0.99% | - |
| XYZ | 53.98 | 49.43 | 98.79 | - |
| YUV | 189.13 | 163.48 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 252 | 0.26 | 0.29 | 0 | 0.01 | 247.3 | 0.93 | 0.84 |
| Hex | BB | B2 | FC | 1A | 1D | 0 | 1 | F7 | 5C | 54 |
| Octal | 273 | 262 | 374 | 32 | 35 | 0 | 1 | 367 | 134 | 124 |
| Binary | 10111011 | 10110010 | 11111100 | 11010 | 11101 | 0 | 1 | 11110111 | 1011100 | 1010100 |
Color Harmonies of #BBB2FC
Complementary color
Monochromatic Colors of #BBB2FC
Black with #BBB2FC
Text Example
Text Example
White with #BBB2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB2FC; }
p { color: rgb(187,178,252); }
H1.HeaderClassName
{
color: #BBB2FC;
}
.AnyTagClassName
{
color: #BBB2FC;
}
</style>
background-color css
<style>
a { background-color: #BBB2FC; }
a { background-color: rgb(187,178,252); }
div.DivClassName
{
background-color: #BBB2FC;
}
.BgClassName
{
background-color: #BBB2FC;
}
</style>
border-color css
<style>
span { border-color: #BBB2FC; }
span { border-color: rgb(187,178,252); }
td.TdClassName
{
border-color: #BBB2FC;
}
.TagClassName
{
border-color: #BBB2FC;
}
</style>