Shades of Spindle #BCBDBF
Tints of Spindle #BCBDBF
RGB
CMYK
RGB Variations
Color information
#BCBDBF (or 0xBCBDBF) is known color: Spindle. HEX triplet: BC, BD and BF. RGB value is (188,189,191). Sum of RGB (Red+Green+Blue) = 188+189+191=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 191 - color contains mainly: blue. Hex color #BCBDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDBF is #434240. Grayscale: #BCBCBC. Windows color (decimal): -4407873 or 12565948. OLE color: 12565948.
HSL color Cylindrical-coordinate representation of color #BCBDBF: hue angle of 220º degrees, saturation: 0.02, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BCBDBF is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 188 | 189 | 191 | - |
CMYK | 0.02 | 0.01 | 0 | 0.25 |
HSL | 220º | 0.02% | 0.74% | - |
HSV(B) | 220º | 0.02% | 0.75% | - |
XYZ | 48.34 | 50.85 | 56.56 | - |
YUV | 188.93 | 129.17 | 127.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 189 | 191 | 0.02 | 0.01 | 0 | 0.25 | 220 | 0.02 | 0.74 |
Hex | BC | BD | BF | 2 | 1 | 0 | 19 | DC | 2 | 4A |
Octal | 274 | 275 | 277 | 2 | 1 | 0 | 31 | 334 | 2 | 112 |
Binary | 10111100 | 10111101 | 10111111 | 10 | 1 | 0 | 11001 | 11011100 | 10 | 1001010 |
Color Harmonies of #BCBDBF
Complementary color
Monochromatic Colors of #BCBDBF
Black with #BCBDBF
Text Example
Text Example
White with #BCBDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBDBF; }
p { color: rgb(188,189,191); }
H1.HeaderClassName
{
color: #BCBDBF;
}
.AnyTagClassName
{
color: #BCBDBF;
}
</style>
background-color css
<style>
a { background-color: #BCBDBF; }
a { background-color: rgb(188,189,191); }
div.DivClassName
{
background-color: #BCBDBF;
}
.BgClassName
{
background-color: #BCBDBF;
}
</style>
border-color css
<style>
span { border-color: #BCBDBF; }
span { border-color: rgb(188,189,191); }
td.TdClassName
{
border-color: #BCBDBF;
}
.TagClassName
{
border-color: #BCBDBF;
}
</style>