Shades of Spindle #BCBEC3
Tints of Spindle #BCBEC3
RGB
CMYK
RGB Variations
Color information
#BCBEC3 (or 0xBCBEC3) is known color: Spindle. HEX triplet: BC, BE and C3. RGB value is (188,190,195). Sum of RGB (Red+Green+Blue) = 188+190+195=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 195 (76.56% from 255 or 34.03% from 573); Max value from RGB is 195 - color contains mainly: blue. Hex color #BCBEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBEC3 is #43413C. Grayscale: #BDBDBD. Windows color (decimal): -4407613 or 12828348. OLE color: 12828348.
HSL color Cylindrical-coordinate representation of color #BCBEC3: hue angle of 222.86º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BCBEC3 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 190 | 195 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.24 |
| HSL | 222.86º | 0.06% | 0.75% | - |
| HSV(B) | 222.86º | 0.04% | 0.76% | - |
| XYZ | 49 | 51.46 | 58.98 | - |
| YUV | 189.97 | 130.84 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 195 | 0.04 | 0.03 | 0 | 0.24 | 222.86 | 0.06 | 0.75 |
| Hex | BC | BE | C3 | 4 | 3 | 0 | 18 | DF | 6 | 4B |
| Octal | 274 | 276 | 303 | 4 | 3 | 0 | 30 | 337 | 6 | 113 |
| Binary | 10111100 | 10111110 | 11000011 | 100 | 11 | 0 | 11000 | 11011111 | 110 | 1001011 |
Color Harmonies of #BCBEC3
Complementary color
Monochromatic Colors of #BCBEC3
Black with #BCBEC3
Text Example
Text Example
White with #BCBEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBEC3; }
p { color: rgb(188,190,195); }
H1.HeaderClassName
{
color: #BCBEC3;
}
.AnyTagClassName
{
color: #BCBEC3;
}
</style>
background-color css
<style>
a { background-color: #BCBEC3; }
a { background-color: rgb(188,190,195); }
div.DivClassName
{
background-color: #BCBEC3;
}
.BgClassName
{
background-color: #BCBEC3;
}
</style>
border-color css
<style>
span { border-color: #BCBEC3; }
span { border-color: rgb(188,190,195); }
td.TdClassName
{
border-color: #BCBEC3;
}
.TagClassName
{
border-color: #BCBEC3;
}
</style>