Shades of Spindle #BCCAD5
Tints of Spindle #BCCAD5
RGB
CMYK
RGB Variations
Color information
#BCCAD5 (or 0xBCCAD5) is known color: Spindle. HEX triplet: BC, CA and D5. RGB value is (188,202,213). Sum of RGB (Red+Green+Blue) = 188+202+213=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 213 (83.59% from 255 or 35.32% from 603); Max value from RGB is 213 - color contains mainly: blue. Hex color #BCCAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCAD5 is #43352A. Grayscale: #C7C7C7. Windows color (decimal): -4404523 or 14011068. OLE color: 14011068.
HSL color Cylindrical-coordinate representation of color #BCCAD5: hue angle of 206.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 #BCCAD5 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 202 | 213 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.16 |
| HSL | 206.4º | 0.23% | 0.79% | - |
| HSV(B) | 206.4º | 0.12% | 0.84% | - |
| XYZ | 53.87 | 57.74 | 71.26 | - |
| YUV | 199.07 | 135.86 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 202 | 213 | 0.12 | 0.05 | 0 | 0.16 | 206.4 | 0.23 | 0.79 |
| Hex | BC | CA | D5 | C | 5 | 0 | 10 | CE | 17 | 4F |
| Octal | 274 | 312 | 325 | 14 | 5 | 0 | 20 | 316 | 27 | 117 |
| Binary | 10111100 | 11001010 | 11010101 | 1100 | 101 | 0 | 10000 | 11001110 | 10111 | 1001111 |
Color Harmonies of #BCCAD5
Complementary color
Monochromatic Colors of #BCCAD5
Black with #BCCAD5
Text Example
Text Example
White with #BCCAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCAD5; }
p { color: rgb(188,202,213); }
H1.HeaderClassName
{
color: #BCCAD5;
}
.AnyTagClassName
{
color: #BCCAD5;
}
</style>
background-color css
<style>
a { background-color: #BCCAD5; }
a { background-color: rgb(188,202,213); }
div.DivClassName
{
background-color: #BCCAD5;
}
.BgClassName
{
background-color: #BCCAD5;
}
</style>
border-color css
<style>
span { border-color: #BCCAD5; }
span { border-color: rgb(188,202,213); }
td.TdClassName
{
border-color: #BCCAD5;
}
.TagClassName
{
border-color: #BCCAD5;
}
</style>