Shades of Spindle #BCC5D5
Tints of Spindle #BCC5D5
RGB
CMYK
RGB Variations
Color information
#BCC5D5 (or 0xBCC5D5) is known color: Spindle. HEX triplet: BC, C5 and D5. RGB value is (188,197,213). Sum of RGB (Red+Green+Blue) = 188+197+213=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 197 (77.34% from 255 or 32.94% from 598); Blue value is 213 (83.59% from 255 or 35.62% from 598); Max value from RGB is 213 - color contains mainly: blue. Hex color #BCC5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC5D5 is #433A2A. Grayscale: #C4C4C4. Windows color (decimal): -4405803 or 14009788. OLE color: 14009788.
HSL color Cylindrical-coordinate representation of color #BCC5D5: hue angle of 218.4º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCC5D5 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 197 | 213 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.16 |
| HSL | 218.4º | 0.23% | 0.79% | - |
| HSV(B) | 218.4º | 0.12% | 0.84% | - |
| XYZ | 52.72 | 55.43 | 70.87 | - |
| YUV | 196.13 | 137.52 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 213 | 0.12 | 0.08 | 0 | 0.16 | 218.4 | 0.23 | 0.79 |
| Hex | BC | C5 | D5 | C | 8 | 0 | 10 | DA | 17 | 4F |
| Octal | 274 | 305 | 325 | 14 | 10 | 0 | 20 | 332 | 27 | 117 |
| Binary | 10111100 | 11000101 | 11010101 | 1100 | 1000 | 0 | 10000 | 11011010 | 10111 | 1001111 |
Color Harmonies of #BCC5D5
Complementary color
Monochromatic Colors of #BCC5D5
Black with #BCC5D5
Text Example
Text Example
White with #BCC5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC5D5; }
p { color: rgb(188,197,213); }
H1.HeaderClassName
{
color: #BCC5D5;
}
.AnyTagClassName
{
color: #BCC5D5;
}
</style>
background-color css
<style>
a { background-color: #BCC5D5; }
a { background-color: rgb(188,197,213); }
div.DivClassName
{
background-color: #BCC5D5;
}
.BgClassName
{
background-color: #BCC5D5;
}
</style>
border-color css
<style>
span { border-color: #BCC5D5; }
span { border-color: rgb(188,197,213); }
td.TdClassName
{
border-color: #BCC5D5;
}
.TagClassName
{
border-color: #BCC5D5;
}
</style>