Shades of Spindle #BDC4CA
Tints of Spindle #BDC4CA
RGB
CMYK
RGB Variations
Color information
#BDC4CA (or 0xBDC4CA) is known color: Spindle. HEX triplet: BD, C4 and CA. RGB value is (189,196,202). Sum of RGB (Red+Green+Blue) = 189+196+202=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 196 (76.95% from 255 or 33.39% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 202 - color contains mainly: blue. Hex color #BDC4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC4CA is #423B35. Grayscale: #C2C2C2. Windows color (decimal): -4340534 or 13288637. OLE color: 13288637.
HSL color Cylindrical-coordinate representation of color #BDC4CA: hue angle of 207.69º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDC4CA is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 196 | 202 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.21 |
| HSL | 207.69º | 0.11% | 0.77% | - |
| HSV(B) | 207.69º | 0.06% | 0.79% | - |
| XYZ | 51.39 | 54.56 | 63.7 | - |
| YUV | 194.59 | 132.18 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 202 | 0.06 | 0.03 | 0 | 0.21 | 207.69 | 0.11 | 0.77 |
| Hex | BD | C4 | CA | 6 | 3 | 0 | 15 | D0 | B | 4D |
| Octal | 275 | 304 | 312 | 6 | 3 | 0 | 25 | 320 | 13 | 115 |
| Binary | 10111101 | 11000100 | 11001010 | 110 | 11 | 0 | 10101 | 11010000 | 1011 | 1001101 |
Color Harmonies of #BDC4CA
Complementary color
Monochromatic Colors of #BDC4CA
Black with #BDC4CA
Text Example
Text Example
White with #BDC4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC4CA; }
p { color: rgb(189,196,202); }
H1.HeaderClassName
{
color: #BDC4CA;
}
.AnyTagClassName
{
color: #BDC4CA;
}
</style>
background-color css
<style>
a { background-color: #BDC4CA; }
a { background-color: rgb(189,196,202); }
div.DivClassName
{
background-color: #BDC4CA;
}
.BgClassName
{
background-color: #BDC4CA;
}
</style>
border-color css
<style>
span { border-color: #BDC4CA; }
span { border-color: rgb(189,196,202); }
td.TdClassName
{
border-color: #BDC4CA;
}
.TagClassName
{
border-color: #BDC4CA;
}
</style>