Shades of Spindle #BCC3CF
Tints of Spindle #BCC3CF
RGB
CMYK
RGB Variations
Color information
#BCC3CF (or 0xBCC3CF) is known color: Spindle. HEX triplet: BC, C3 and CF. RGB value is (188,195,207). Sum of RGB (Red+Green+Blue) = 188+195+207=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 195 (76.56% from 255 or 33.05% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCC3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC3CF is #433C30. Grayscale: #C2C2C2. Windows color (decimal): -4406321 or 13616060. OLE color: 13616060.
HSL color Cylindrical-coordinate representation of color #BCC3CF: hue angle of 217.89º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCC3CF is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 195 | 207 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.19 |
| HSL | 217.89º | 0.17% | 0.77% | - |
| HSV(B) | 217.89º | 0.09% | 0.81% | - |
| XYZ | 51.52 | 54.23 | 66.78 | - |
| YUV | 194.28 | 135.18 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 207 | 0.09 | 0.06 | 0 | 0.19 | 217.89 | 0.17 | 0.77 |
| Hex | BC | C3 | CF | 9 | 6 | 0 | 13 | DA | 11 | 4D |
| Octal | 274 | 303 | 317 | 11 | 6 | 0 | 23 | 332 | 21 | 115 |
| Binary | 10111100 | 11000011 | 11001111 | 1001 | 110 | 0 | 10011 | 11011010 | 10001 | 1001101 |
Color Harmonies of #BCC3CF
Complementary color
Monochromatic Colors of #BCC3CF
Black with #BCC3CF
Text Example
Text Example
White with #BCC3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC3CF; }
p { color: rgb(188,195,207); }
H1.HeaderClassName
{
color: #BCC3CF;
}
.AnyTagClassName
{
color: #BCC3CF;
}
</style>
background-color css
<style>
a { background-color: #BCC3CF; }
a { background-color: rgb(188,195,207); }
div.DivClassName
{
background-color: #BCC3CF;
}
.BgClassName
{
background-color: #BCC3CF;
}
</style>
border-color css
<style>
span { border-color: #BCC3CF; }
span { border-color: rgb(188,195,207); }
td.TdClassName
{
border-color: #BCC3CF;
}
.TagClassName
{
border-color: #BCC3CF;
}
</style>