Shades of Spindle #BCC5D3
Tints of Spindle #BCC5D3
RGB
CMYK
RGB Variations
Color information
#BCC5D3 (or 0xBCC5D3) is known color: Spindle. HEX triplet: BC, C5 and D3. RGB value is (188,197,211). Sum of RGB (Red+Green+Blue) = 188+197+211=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 197 (77.34% from 255 or 33.05% from 596); Blue value is 211 (82.81% from 255 or 35.40% from 596); Max value from RGB is 211 - color contains mainly: blue. Hex color #BCC5D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC5D3 is #433A2C. Grayscale: #C3C3C3. Windows color (decimal): -4405805 or 13878716. OLE color: 13878716.
HSL color Cylindrical-coordinate representation of color #BCC5D3: hue angle of 216.52º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCC5D3 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 197 | 211 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.17 |
| HSL | 216.52º | 0.21% | 0.78% | - |
| HSV(B) | 216.52º | 0.11% | 0.83% | - |
| XYZ | 52.46 | 55.33 | 69.54 | - |
| YUV | 195.91 | 136.52 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 211 | 0.11 | 0.07 | 0 | 0.17 | 216.52 | 0.21 | 0.78 |
| Hex | BC | C5 | D3 | B | 7 | 0 | 11 | D9 | 15 | 4E |
| Octal | 274 | 305 | 323 | 13 | 7 | 0 | 21 | 331 | 25 | 116 |
| Binary | 10111100 | 11000101 | 11010011 | 1011 | 111 | 0 | 10001 | 11011001 | 10101 | 1001110 |
Color Harmonies of #BCC5D3
Complementary color
Monochromatic Colors of #BCC5D3
Black with #BCC5D3
Text Example
Text Example
White with #BCC5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC5D3; }
p { color: rgb(188,197,211); }
H1.HeaderClassName
{
color: #BCC5D3;
}
.AnyTagClassName
{
color: #BCC5D3;
}
</style>
background-color css
<style>
a { background-color: #BCC5D3; }
a { background-color: rgb(188,197,211); }
div.DivClassName
{
background-color: #BCC5D3;
}
.BgClassName
{
background-color: #BCC5D3;
}
</style>
border-color css
<style>
span { border-color: #BCC5D3; }
span { border-color: rgb(188,197,211); }
td.TdClassName
{
border-color: #BCC5D3;
}
.TagClassName
{
border-color: #BCC5D3;
}
</style>