Shades of Spindle #BCC6D2
Tints of Spindle #BCC6D2
RGB
CMYK
RGB Variations
Color information
#BCC6D2 (or 0xBCC6D2) is known color: Spindle. HEX triplet: BC, C6 and D2. RGB value is (188,198,210). Sum of RGB (Red+Green+Blue) = 188+198+210=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 198 (77.73% from 255 or 33.22% from 596); Blue value is 210 (82.42% from 255 or 35.23% from 596); Max value from RGB is 210 - color contains mainly: blue. Hex color #BCC6D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC6D2 is #43392D. Grayscale: #C4C4C4. Windows color (decimal): -4405550 or 13813436. OLE color: 13813436.
HSL color Cylindrical-coordinate representation of color #BCC6D2: hue angle of 212.73º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCC6D2 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 198 | 210 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.18 |
| HSL | 212.73º | 0.2% | 0.78% | - |
| HSV(B) | 212.73º | 0.1% | 0.82% | - |
| XYZ | 52.57 | 55.73 | 68.96 | - |
| YUV | 196.38 | 135.69 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 198 | 210 | 0.10 | 0.06 | 0 | 0.18 | 212.73 | 0.2 | 0.78 |
| Hex | BC | C6 | D2 | A | 6 | 0 | 12 | D5 | 14 | 4E |
| Octal | 274 | 306 | 322 | 12 | 6 | 0 | 22 | 325 | 24 | 116 |
| Binary | 10111100 | 11000110 | 11010010 | 1010 | 110 | 0 | 10010 | 11010101 | 10100 | 1001110 |
Color Harmonies of #BCC6D2
Complementary color
Monochromatic Colors of #BCC6D2
Black with #BCC6D2
Text Example
Text Example
White with #BCC6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC6D2; }
p { color: rgb(188,198,210); }
H1.HeaderClassName
{
color: #BCC6D2;
}
.AnyTagClassName
{
color: #BCC6D2;
}
</style>
background-color css
<style>
a { background-color: #BCC6D2; }
a { background-color: rgb(188,198,210); }
div.DivClassName
{
background-color: #BCC6D2;
}
.BgClassName
{
background-color: #BCC6D2;
}
</style>
border-color css
<style>
span { border-color: #BCC6D2; }
span { border-color: rgb(188,198,210); }
td.TdClassName
{
border-color: #BCC6D2;
}
.TagClassName
{
border-color: #BCC6D2;
}
</style>