Shades of Spindle #BCCAD3
Tints of Spindle #BCCAD3
RGB
CMYK
RGB Variations
Color information
#BCCAD3 (or 0xBCCAD3) is known color: Spindle. HEX triplet: BC, CA and D3. RGB value is (188,202,211). Sum of RGB (Red+Green+Blue) = 188+202+211=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 211 (82.81% from 255 or 35.11% from 601); Max value from RGB is 211 - color contains mainly: blue. Hex color #BCCAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCAD3 is #43352C. Grayscale: #C6C6C6. Windows color (decimal): -4404525 or 13879996. OLE color: 13879996.
HSL color Cylindrical-coordinate representation of color #BCCAD3: hue angle of 203.48º 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 #BCCAD3 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 202 | 211 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.17 |
| HSL | 203.48º | 0.21% | 0.78% | - |
| HSV(B) | 203.48º | 0.11% | 0.83% | - |
| XYZ | 53.62 | 57.64 | 69.93 | - |
| YUV | 198.84 | 134.86 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 202 | 211 | 0.11 | 0.04 | 0 | 0.17 | 203.48 | 0.21 | 0.78 |
| Hex | BC | CA | D3 | B | 4 | 0 | 11 | CB | 15 | 4E |
| Octal | 274 | 312 | 323 | 13 | 4 | 0 | 21 | 313 | 25 | 116 |
| Binary | 10111100 | 11001010 | 11010011 | 1011 | 100 | 0 | 10001 | 11001011 | 10101 | 1001110 |
Color Harmonies of #BCCAD3
Complementary color
Monochromatic Colors of #BCCAD3
Black with #BCCAD3
Text Example
Text Example
White with #BCCAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCAD3; }
p { color: rgb(188,202,211); }
H1.HeaderClassName
{
color: #BCCAD3;
}
.AnyTagClassName
{
color: #BCCAD3;
}
</style>
background-color css
<style>
a { background-color: #BCCAD3; }
a { background-color: rgb(188,202,211); }
div.DivClassName
{
background-color: #BCCAD3;
}
.BgClassName
{
background-color: #BCCAD3;
}
</style>
border-color css
<style>
span { border-color: #BCCAD3; }
span { border-color: rgb(188,202,211); }
td.TdClassName
{
border-color: #BCCAD3;
}
.TagClassName
{
border-color: #BCCAD3;
}
</style>