Shades of Spindle #BCC3D2
Tints of Spindle #BCC3D2
RGB
CMYK
RGB Variations
Color information
#BCC3D2 (or 0xBCC3D2) is known color: Spindle. HEX triplet: BC, C3 and D2. RGB value is (188,195,210). Sum of RGB (Red+Green+Blue) = 188+195+210=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 195 (76.56% from 255 or 32.88% from 593); Blue value is 210 (82.42% from 255 or 35.41% from 593); Max value from RGB is 210 - color contains mainly: blue. Hex color #BCC3D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC3D2 is #433C2D. Grayscale: #C2C2C2. Windows color (decimal): -4406318 or 13812668. OLE color: 13812668.
HSL color Cylindrical-coordinate representation of color #BCC3D2: hue angle of 220.91º 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 #BCC3D2 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 195 | 210 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.18 |
| HSL | 220.91º | 0.2% | 0.78% | - |
| HSV(B) | 220.91º | 0.1% | 0.82% | - |
| XYZ | 51.89 | 54.37 | 68.73 | - |
| YUV | 194.62 | 136.68 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 210 | 0.10 | 0.07 | 0 | 0.18 | 220.91 | 0.2 | 0.78 |
| Hex | BC | C3 | D2 | A | 7 | 0 | 12 | DD | 14 | 4E |
| Octal | 274 | 303 | 322 | 12 | 7 | 0 | 22 | 335 | 24 | 116 |
| Binary | 10111100 | 11000011 | 11010010 | 1010 | 111 | 0 | 10010 | 11011101 | 10100 | 1001110 |
Color Harmonies of #BCC3D2
Complementary color
Monochromatic Colors of #BCC3D2
Black with #BCC3D2
Text Example
Text Example
White with #BCC3D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC3D2; }
p { color: rgb(188,195,210); }
H1.HeaderClassName
{
color: #BCC3D2;
}
.AnyTagClassName
{
color: #BCC3D2;
}
</style>
background-color css
<style>
a { background-color: #BCC3D2; }
a { background-color: rgb(188,195,210); }
div.DivClassName
{
background-color: #BCC3D2;
}
.BgClassName
{
background-color: #BCC3D2;
}
</style>
border-color css
<style>
span { border-color: #BCC3D2; }
span { border-color: rgb(188,195,210); }
td.TdClassName
{
border-color: #BCC3D2;
}
.TagClassName
{
border-color: #BCC3D2;
}
</style>