Shades of Spindle #BBBEC5
Tints of Spindle #BBBEC5
RGB
CMYK
RGB Variations
Color information
#BBBEC5 (or 0xBBBEC5) is known color: Spindle. HEX triplet: BB, BE and C5. RGB value is (187,190,197). Sum of RGB (Red+Green+Blue) = 187+190+197=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 197 (77.34% from 255 or 34.32% from 574); Max value from RGB is 197 - color contains mainly: blue. Hex color #BBBEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBEC5 is #44413A. Grayscale: #BDBDBD. Windows color (decimal): -4473147 or 12959419. OLE color: 12959419.
HSL color Cylindrical-coordinate representation of color #BBBEC5: hue angle of 222º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BBBEC5 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 190 | 197 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.23 |
| HSL | 222º | 0.08% | 0.75% | - |
| HSV(B) | 222º | 0.05% | 0.77% | - |
| XYZ | 48.99 | 51.42 | 60.17 | - |
| YUV | 189.9 | 132.01 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 190 | 197 | 0.05 | 0.04 | 0 | 0.23 | 222 | 0.08 | 0.75 |
| Hex | BB | BE | C5 | 5 | 4 | 0 | 17 | DE | 8 | 4B |
| Octal | 273 | 276 | 305 | 5 | 4 | 0 | 27 | 336 | 10 | 113 |
| Binary | 10111011 | 10111110 | 11000101 | 101 | 100 | 0 | 10111 | 11011110 | 1000 | 1001011 |
Color Harmonies of #BBBEC5
Complementary color
Monochromatic Colors of #BBBEC5
Black with #BBBEC5
Text Example
Text Example
White with #BBBEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBEC5; }
p { color: rgb(187,190,197); }
H1.HeaderClassName
{
color: #BBBEC5;
}
.AnyTagClassName
{
color: #BBBEC5;
}
</style>
background-color css
<style>
a { background-color: #BBBEC5; }
a { background-color: rgb(187,190,197); }
div.DivClassName
{
background-color: #BBBEC5;
}
.BgClassName
{
background-color: #BBBEC5;
}
</style>
border-color css
<style>
span { border-color: #BBBEC5; }
span { border-color: rgb(187,190,197); }
td.TdClassName
{
border-color: #BBBEC5;
}
.TagClassName
{
border-color: #BBBEC5;
}
</style>