Shades of Lavender Grey #BBBCCB
Tints of Lavender Grey #BBBCCB
RGB
CMYK
RGB Variations
Color information
#BBBCCB (or 0xBBBCCB) is known color: Lavender Grey. HEX triplet: BB, BC and CB. RGB value is (187,188,203). Sum of RGB (Red+Green+Blue) = 187+188+203=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 188 (73.83% from 255 or 32.53% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBBCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCCB is #444334. Grayscale: #BDBDBD. Windows color (decimal): -4473653 or 13352123. OLE color: 13352123.
HSL color Cylindrical-coordinate representation of color #BBBCCB: hue angle of 236.25º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBBCCB is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 188 | 203 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.20 |
| HSL | 236.25º | 0.13% | 0.76% | - |
| HSV(B) | 236.25º | 0.08% | 0.8% | - |
| XYZ | 49.26 | 50.84 | 63.72 | - |
| YUV | 189.41 | 135.67 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 203 | 0.08 | 0.07 | 0 | 0.20 | 236.25 | 0.13 | 0.76 |
| Hex | BB | BC | CB | 8 | 7 | 0 | 14 | EC | D | 4C |
| Octal | 273 | 274 | 313 | 10 | 7 | 0 | 24 | 354 | 15 | 114 |
| Binary | 10111011 | 10111100 | 11001011 | 1000 | 111 | 0 | 10100 | 11101100 | 1101 | 1001100 |
Color Harmonies of #BBBCCB
Complementary color
Monochromatic Colors of #BBBCCB
Black with #BBBCCB
Text Example
Text Example
White with #BBBCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBCCB; }
p { color: rgb(187,188,203); }
H1.HeaderClassName
{
color: #BBBCCB;
}
.AnyTagClassName
{
color: #BBBCCB;
}
</style>
background-color css
<style>
a { background-color: #BBBCCB; }
a { background-color: rgb(187,188,203); }
div.DivClassName
{
background-color: #BBBCCB;
}
.BgClassName
{
background-color: #BBBCCB;
}
</style>
border-color css
<style>
span { border-color: #BBBCCB; }
span { border-color: rgb(187,188,203); }
td.TdClassName
{
border-color: #BBBCCB;
}
.TagClassName
{
border-color: #BBBCCB;
}
</style>