Shades of Lavender Grey #BBBED0
Tints of Lavender Grey #BBBED0
RGB
CMYK
RGB Variations
Color information
#BBBED0 (or 0xBBBED0) is known color: Lavender Grey. HEX triplet: BB, BE and D0. RGB value is (187,190,208). Sum of RGB (Red+Green+Blue) = 187+190+208=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 190 (74.61% from 255 or 32.48% from 585); Blue value is 208 (81.64% from 255 or 35.56% from 585); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBBED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBED0 is #44412F. Grayscale: #BFBFBF. Windows color (decimal): -4473136 or 13680315. OLE color: 13680315.
HSL color Cylindrical-coordinate representation of color #BBBED0: hue angle of 231.43º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBBED0 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 187 | 190 | 208 | - |
CMYK | 0.10 | 0.09 | 0 | 0.18 |
HSL | 231.43º | 0.18% | 0.77% | - |
HSV(B) | 231.43º | 0.1% | 0.82% | - |
XYZ | 50.29 | 51.95 | 67.05 | - |
YUV | 191.16 | 137.51 | 125.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 190 | 208 | 0.10 | 0.09 | 0 | 0.18 | 231.43 | 0.18 | 0.77 |
Hex | BB | BE | D0 | A | 9 | 0 | 12 | E7 | 12 | 4D |
Octal | 273 | 276 | 320 | 12 | 11 | 0 | 22 | 347 | 22 | 115 |
Binary | 10111011 | 10111110 | 11010000 | 1010 | 1001 | 0 | 10010 | 11100111 | 10010 | 1001101 |
Color Harmonies of #BBBED0
Complementary color
Monochromatic Colors of #BBBED0
Black with #BBBED0
Text Example
Text Example
White with #BBBED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBED0; }
p { color: rgb(187,190,208); }
H1.HeaderClassName
{
color: #BBBED0;
}
.AnyTagClassName
{
color: #BBBED0;
}
</style>
background-color css
<style>
a { background-color: #BBBED0; }
a { background-color: rgb(187,190,208); }
div.DivClassName
{
background-color: #BBBED0;
}
.BgClassName
{
background-color: #BBBED0;
}
</style>
border-color css
<style>
span { border-color: #BBBED0; }
span { border-color: rgb(187,190,208); }
td.TdClassName
{
border-color: #BBBED0;
}
.TagClassName
{
border-color: #BBBED0;
}
</style>