Shades of Spindle #BCCBDF
Tints of Spindle #BCCBDF
RGB
CMYK
RGB Variations
Color information
#BCCBDF (or 0xBCCBDF) is known color: Spindle. HEX triplet: BC, CB and DF. RGB value is (188,203,223). Sum of RGB (Red+Green+Blue) = 188+203+223=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCCBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCBDF is #433420. Grayscale: #C8C8C8. Windows color (decimal): -4404257 or 14666684. OLE color: 14666684.
HSL color Cylindrical-coordinate representation of color #BCCBDF: hue angle of 214.29º 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 #BCCBDF is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 203 | 223 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.13 |
| HSL | 214.29º | 0.35% | 0.81% | - |
| HSV(B) | 214.29º | 0.16% | 0.87% | - |
| XYZ | 55.41 | 58.73 | 78.23 | - |
| YUV | 200.8 | 140.53 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 223 | 0.16 | 0.09 | 0 | 0.13 | 214.29 | 0.35 | 0.81 |
| Hex | BC | CB | DF | 10 | 9 | 0 | D | D6 | 23 | 51 |
| Octal | 274 | 313 | 337 | 20 | 11 | 0 | 15 | 326 | 43 | 121 |
| Binary | 10111100 | 11001011 | 11011111 | 10000 | 1001 | 0 | 1101 | 11010110 | 100011 | 1010001 |
Color Harmonies of #BCCBDF
Complementary color
Monochromatic Colors of #BCCBDF
Black with #BCCBDF
Text Example
Text Example
White with #BCCBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCBDF; }
p { color: rgb(188,203,223); }
H1.HeaderClassName
{
color: #BCCBDF;
}
.AnyTagClassName
{
color: #BCCBDF;
}
</style>
background-color css
<style>
a { background-color: #BCCBDF; }
a { background-color: rgb(188,203,223); }
div.DivClassName
{
background-color: #BCCBDF;
}
.BgClassName
{
background-color: #BCCBDF;
}
</style>
border-color css
<style>
span { border-color: #BCCBDF; }
span { border-color: rgb(188,203,223); }
td.TdClassName
{
border-color: #BCCBDF;
}
.TagClassName
{
border-color: #BCCBDF;
}
</style>