Shades of Lavender Grey #BBBCD4
Tints of Lavender Grey #BBBCD4
RGB
CMYK
RGB Variations
Color information
#BBBCD4 (or 0xBBBCD4) is known color: Lavender Grey. HEX triplet: BB, BC and D4. RGB value is (187,188,212). Sum of RGB (Red+Green+Blue) = 187+188+212=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 212 - color contains mainly: blue. Hex color #BBBCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCD4 is #44432B. Grayscale: #BEBEBE. Windows color (decimal): -4473644 or 13941947. OLE color: 13941947.
HSL color Cylindrical-coordinate representation of color #BBBCD4: hue angle of 237.6º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBBCD4 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 188 | 212 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.17 |
| HSL | 237.6º | 0.23% | 0.78% | - |
| HSV(B) | 237.6º | 0.12% | 0.83% | - |
| XYZ | 50.36 | 51.28 | 69.53 | - |
| YUV | 190.44 | 140.17 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 212 | 0.12 | 0.11 | 0 | 0.17 | 237.6 | 0.23 | 0.78 |
| Hex | BB | BC | D4 | C | B | 0 | 11 | EE | 17 | 4E |
| Octal | 273 | 274 | 324 | 14 | 13 | 0 | 21 | 356 | 27 | 116 |
| Binary | 10111011 | 10111100 | 11010100 | 1100 | 1011 | 0 | 10001 | 11101110 | 10111 | 1001110 |
Color Harmonies of #BBBCD4
Complementary color
Monochromatic Colors of #BBBCD4
Black with #BBBCD4
Text Example
Text Example
White with #BBBCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBCD4; }
p { color: rgb(187,188,212); }
H1.HeaderClassName
{
color: #BBBCD4;
}
.AnyTagClassName
{
color: #BBBCD4;
}
</style>
background-color css
<style>
a { background-color: #BBBCD4; }
a { background-color: rgb(187,188,212); }
div.DivClassName
{
background-color: #BBBCD4;
}
.BgClassName
{
background-color: #BBBCD4;
}
</style>
border-color css
<style>
span { border-color: #BBBCD4; }
span { border-color: rgb(187,188,212); }
td.TdClassName
{
border-color: #BBBCD4;
}
.TagClassName
{
border-color: #BBBCD4;
}
</style>