Shades of Spindle #BCCCDF
Tints of Spindle #BCCCDF
RGB
CMYK
RGB Variations
Color information
#BCCCDF (or 0xBCCCDF) is known color: Spindle. HEX triplet: BC, CC and DF. RGB value is (188,204,223). Sum of RGB (Red+Green+Blue) = 188+204+223=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCCCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCDF is #433320. Grayscale: #C9C9C9. Windows color (decimal): -4404001 or 14666940. OLE color: 14666940.
HSL color Cylindrical-coordinate representation of color #BCCCDF: hue angle of 212.57º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCCCDF is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 204 | 223 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.13 |
| HSL | 212.57º | 0.35% | 0.81% | - |
| HSV(B) | 212.57º | 0.16% | 0.87% | - |
| XYZ | 55.65 | 59.2 | 78.31 | - |
| YUV | 201.38 | 140.2 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 223 | 0.16 | 0.09 | 0 | 0.13 | 212.57 | 0.35 | 0.81 |
| Hex | BC | CC | DF | 10 | 9 | 0 | D | D5 | 23 | 51 |
| Octal | 274 | 314 | 337 | 20 | 11 | 0 | 15 | 325 | 43 | 121 |
| Binary | 10111100 | 11001100 | 11011111 | 10000 | 1001 | 0 | 1101 | 11010101 | 100011 | 1010001 |
Color Harmonies of #BCCCDF
Complementary color
Monochromatic Colors of #BCCCDF
Black with #BCCCDF
Text Example
Text Example
White with #BCCCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCCDF; }
p { color: rgb(188,204,223); }
H1.HeaderClassName
{
color: #BCCCDF;
}
.AnyTagClassName
{
color: #BCCCDF;
}
</style>
background-color css
<style>
a { background-color: #BCCCDF; }
a { background-color: rgb(188,204,223); }
div.DivClassName
{
background-color: #BCCCDF;
}
.BgClassName
{
background-color: #BCCCDF;
}
</style>
border-color css
<style>
span { border-color: #BCCCDF; }
span { border-color: rgb(188,204,223); }
td.TdClassName
{
border-color: #BCCCDF;
}
.TagClassName
{
border-color: #BCCCDF;
}
</style>