Shades of Spindle #BCCADA
Tints of Spindle #BCCADA
RGB
CMYK
RGB Variations
Color information
#BCCADA (or 0xBCCADA) is known color: Spindle. HEX triplet: BC, CA and DA. RGB value is (188,202,218). Sum of RGB (Red+Green+Blue) = 188+202+218=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 202 (79.30% from 255 or 33.22% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCCADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCADA is #433525. Grayscale: #C7C7C7. Windows color (decimal): -4404518 or 14338748. OLE color: 14338748.
HSL color Cylindrical-coordinate representation of color #BCCADA: hue angle of 212º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCCADA is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 202 | 218 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.15 |
| HSL | 212º | 0.29% | 0.8% | - |
| HSV(B) | 212º | 0.14% | 0.85% | - |
| XYZ | 54.51 | 57.99 | 74.65 | - |
| YUV | 199.64 | 138.36 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 202 | 218 | 0.14 | 0.07 | 0 | 0.15 | 212 | 0.29 | 0.8 |
| Hex | BC | CA | DA | E | 7 | 0 | F | D4 | 1D | 50 |
| Octal | 274 | 312 | 332 | 16 | 7 | 0 | 17 | 324 | 35 | 120 |
| Binary | 10111100 | 11001010 | 11011010 | 1110 | 111 | 0 | 1111 | 11010100 | 11101 | 1010000 |
Color Harmonies of #BCCADA
Complementary color
Monochromatic Colors of #BCCADA
Black with #BCCADA
Text Example
Text Example
White with #BCCADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCADA; }
p { color: rgb(188,202,218); }
H1.HeaderClassName
{
color: #BCCADA;
}
.AnyTagClassName
{
color: #BCCADA;
}
</style>
background-color css
<style>
a { background-color: #BCCADA; }
a { background-color: rgb(188,202,218); }
div.DivClassName
{
background-color: #BCCADA;
}
.BgClassName
{
background-color: #BCCADA;
}
</style>
border-color css
<style>
span { border-color: #BCCADA; }
span { border-color: rgb(188,202,218); }
td.TdClassName
{
border-color: #BCCADA;
}
.TagClassName
{
border-color: #BCCADA;
}
</style>