Shades of Spindle #BDC5CC
Tints of Spindle #BDC5CC
RGB
CMYK
RGB Variations
Color information
#BDC5CC (or 0xBDC5CC) is known color: Spindle. HEX triplet: BD, C5 and CC. RGB value is (189,197,204). Sum of RGB (Red+Green+Blue) = 189+197+204=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 197 (77.34% from 255 or 33.39% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 204 - color contains mainly: blue. Hex color #BDC5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC5CC is #423A33. Grayscale: #C3C3C3. Windows color (decimal): -4340276 or 13419965. OLE color: 13419965.
HSL color Cylindrical-coordinate representation of color #BDC5CC: hue angle of 208º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDC5CC is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 197 | 204 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.2 |
| HSL | 208º | 0.13% | 0.77% | - |
| HSV(B) | 208º | 0.07% | 0.8% | - |
| XYZ | 51.85 | 55.11 | 65.03 | - |
| YUV | 195.41 | 132.85 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 204 | 0.07 | 0.03 | 0 | 0.2 | 208 | 0.13 | 0.77 |
| Hex | BD | C5 | CC | 7 | 3 | 0 | 14 | D0 | D | 4D |
| Octal | 275 | 305 | 314 | 7 | 3 | 0 | 24 | 320 | 15 | 115 |
| Binary | 10111101 | 11000101 | 11001100 | 111 | 11 | 0 | 10100 | 11010000 | 1101 | 1001101 |
Color Harmonies of #BDC5CC
Complementary color
Monochromatic Colors of #BDC5CC
Black with #BDC5CC
Text Example
Text Example
White with #BDC5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC5CC; }
p { color: rgb(189,197,204); }
H1.HeaderClassName
{
color: #BDC5CC;
}
.AnyTagClassName
{
color: #BDC5CC;
}
</style>
background-color css
<style>
a { background-color: #BDC5CC; }
a { background-color: rgb(189,197,204); }
div.DivClassName
{
background-color: #BDC5CC;
}
.BgClassName
{
background-color: #BDC5CC;
}
</style>
border-color css
<style>
span { border-color: #BDC5CC; }
span { border-color: rgb(189,197,204); }
td.TdClassName
{
border-color: #BDC5CC;
}
.TagClassName
{
border-color: #BDC5CC;
}
</style>