Shades of Spindle #BCCCD2
Tints of Spindle #BCCCD2
RGB
CMYK
RGB Variations
Color information
#BCCCD2 (or 0xBCCCD2) is known color: Spindle. HEX triplet: BC, CC and D2. RGB value is (188,204,210). Sum of RGB (Red+Green+Blue) = 188+204+210=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 210 (82.42% from 255 or 34.88% from 602); Max value from RGB is 210 - color contains mainly: blue. Hex color #BCCCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCD2 is #43332D. Grayscale: #C7C7C7. Windows color (decimal): -4404014 or 13814972. OLE color: 13814972.
HSL color Cylindrical-coordinate representation of color #BCCCD2: hue angle of 196.36º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCCCD2 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 204 | 210 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.18 |
| HSL | 196.36º | 0.2% | 0.78% | - |
| HSV(B) | 196.36º | 0.1% | 0.82% | - |
| XYZ | 53.96 | 58.53 | 69.43 | - |
| YUV | 199.9 | 133.7 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 210 | 0.10 | 0.03 | 0 | 0.18 | 196.36 | 0.2 | 0.78 |
| Hex | BC | CC | D2 | A | 3 | 0 | 12 | C4 | 14 | 4E |
| Octal | 274 | 314 | 322 | 12 | 3 | 0 | 22 | 304 | 24 | 116 |
| Binary | 10111100 | 11001100 | 11010010 | 1010 | 11 | 0 | 10010 | 11000100 | 10100 | 1001110 |
Color Harmonies of #BCCCD2
Complementary color
Monochromatic Colors of #BCCCD2
Black with #BCCCD2
Text Example
Text Example
White with #BCCCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCCD2; }
p { color: rgb(188,204,210); }
H1.HeaderClassName
{
color: #BCCCD2;
}
.AnyTagClassName
{
color: #BCCCD2;
}
</style>
background-color css
<style>
a { background-color: #BCCCD2; }
a { background-color: rgb(188,204,210); }
div.DivClassName
{
background-color: #BCCCD2;
}
.BgClassName
{
background-color: #BCCCD2;
}
</style>
border-color css
<style>
span { border-color: #BCCCD2; }
span { border-color: rgb(188,204,210); }
td.TdClassName
{
border-color: #BCCCD2;
}
.TagClassName
{
border-color: #BCCCD2;
}
</style>