Shades of Spindle #BCCCD5
Tints of Spindle #BCCCD5
RGB
CMYK
RGB Variations
Color information
#BCCCD5 (or 0xBCCCD5) is known color: Spindle. HEX triplet: BC, CC and D5. RGB value is (188,204,213). Sum of RGB (Red+Green+Blue) = 188+204+213=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 213 - color contains mainly: blue. Hex color #BCCCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCD5 is #43332A. Grayscale: #C8C8C8. Windows color (decimal): -4404011 or 14011580. OLE color: 14011580.
HSL color Cylindrical-coordinate representation of color #BCCCD5: hue angle of 201.6º 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 #BCCCD5 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 204 | 213 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.16 |
| HSL | 201.6º | 0.23% | 0.79% | - |
| HSV(B) | 201.6º | 0.12% | 0.84% | - |
| XYZ | 54.34 | 58.68 | 71.41 | - |
| YUV | 200.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 213 | 0.12 | 0.04 | 0 | 0.16 | 201.6 | 0.23 | 0.79 |
| Hex | BC | CC | D5 | C | 4 | 0 | 10 | CA | 17 | 4F |
| Octal | 274 | 314 | 325 | 14 | 4 | 0 | 20 | 312 | 27 | 117 |
| Binary | 10111100 | 11001100 | 11010101 | 1100 | 100 | 0 | 10000 | 11001010 | 10111 | 1001111 |
Color Harmonies of #BCCCD5
Complementary color
Monochromatic Colors of #BCCCD5
Black with #BCCCD5
Text Example
Text Example
White with #BCCCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCCD5; }
p { color: rgb(188,204,213); }
H1.HeaderClassName
{
color: #BCCCD5;
}
.AnyTagClassName
{
color: #BCCCD5;
}
</style>
background-color css
<style>
a { background-color: #BCCCD5; }
a { background-color: rgb(188,204,213); }
div.DivClassName
{
background-color: #BCCCD5;
}
.BgClassName
{
background-color: #BCCCD5;
}
</style>
border-color css
<style>
span { border-color: #BCCCD5; }
span { border-color: rgb(188,204,213); }
td.TdClassName
{
border-color: #BCCCD5;
}
.TagClassName
{
border-color: #BCCCD5;
}
</style>