Shades of Spindle #BCCAD4
Tints of Spindle #BCCAD4
RGB
CMYK
RGB Variations
Color information
#BCCAD4 (or 0xBCCAD4) is known color: Spindle. HEX triplet: BC, CA and D4. RGB value is (188,202,212). Sum of RGB (Red+Green+Blue) = 188+202+212=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 212 (83.20% from 255 or 35.22% from 602); Max value from RGB is 212 - color contains mainly: blue. Hex color #BCCAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCAD4 is #43352B. Grayscale: #C6C6C6. Windows color (decimal): -4404524 or 13945532. OLE color: 13945532.
HSL color Cylindrical-coordinate representation of color #BCCAD4: hue angle of 205º degrees, saturation: 0.22, 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 #BCCAD4 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 202 | 212 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.17 |
| HSL | 205º | 0.22% | 0.78% | - |
| HSV(B) | 205º | 0.11% | 0.83% | - |
| XYZ | 53.74 | 57.69 | 70.59 | - |
| YUV | 198.95 | 135.36 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 202 | 212 | 0.11 | 0.05 | 0 | 0.17 | 205 | 0.22 | 0.78 |
| Hex | BC | CA | D4 | B | 5 | 0 | 11 | CD | 16 | 4E |
| Octal | 274 | 312 | 324 | 13 | 5 | 0 | 21 | 315 | 26 | 116 |
| Binary | 10111100 | 11001010 | 11010100 | 1011 | 101 | 0 | 10001 | 11001101 | 10110 | 1001110 |
Color Harmonies of #BCCAD4
Complementary color
Monochromatic Colors of #BCCAD4
Black with #BCCAD4
Text Example
Text Example
White with #BCCAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCAD4; }
p { color: rgb(188,202,212); }
H1.HeaderClassName
{
color: #BCCAD4;
}
.AnyTagClassName
{
color: #BCCAD4;
}
</style>
background-color css
<style>
a { background-color: #BCCAD4; }
a { background-color: rgb(188,202,212); }
div.DivClassName
{
background-color: #BCCAD4;
}
.BgClassName
{
background-color: #BCCAD4;
}
</style>
border-color css
<style>
span { border-color: #BCCAD4; }
span { border-color: rgb(188,202,212); }
td.TdClassName
{
border-color: #BCCAD4;
}
.TagClassName
{
border-color: #BCCAD4;
}
</style>