Shades of Spindle #BDCBD4
Tints of Spindle #BDCBD4
RGB
CMYK
RGB Variations
Color information
#BDCBD4 (or 0xBDCBD4) is known color: Spindle. HEX triplet: BD, CB and D4. RGB value is (189,203,212). Sum of RGB (Red+Green+Blue) = 189+203+212=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 212 - color contains mainly: blue. Hex color #BDCBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCBD4 is #42342B. Grayscale: #C7C7C7. Windows color (decimal): -4338732 or 13945789. OLE color: 13945789.
HSL color Cylindrical-coordinate representation of color #BDCBD4: hue angle of 203.48º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDCBD4 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 203 | 212 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.17 |
| HSL | 203.48º | 0.21% | 0.79% | - |
| HSV(B) | 203.48º | 0.11% | 0.83% | - |
| XYZ | 54.23 | 58.28 | 70.68 | - |
| YUV | 199.84 | 134.86 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 212 | 0.11 | 0.04 | 0 | 0.17 | 203.48 | 0.21 | 0.79 |
| Hex | BD | CB | D4 | B | 4 | 0 | 11 | CB | 15 | 4F |
| Octal | 275 | 313 | 324 | 13 | 4 | 0 | 21 | 313 | 25 | 117 |
| Binary | 10111101 | 11001011 | 11010100 | 1011 | 100 | 0 | 10001 | 11001011 | 10101 | 1001111 |
Color Harmonies of #BDCBD4
Complementary color
Monochromatic Colors of #BDCBD4
Black with #BDCBD4
Text Example
Text Example
White with #BDCBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCBD4; }
p { color: rgb(189,203,212); }
H1.HeaderClassName
{
color: #BDCBD4;
}
.AnyTagClassName
{
color: #BDCBD4;
}
</style>
background-color css
<style>
a { background-color: #BDCBD4; }
a { background-color: rgb(189,203,212); }
div.DivClassName
{
background-color: #BDCBD4;
}
.BgClassName
{
background-color: #BDCBD4;
}
</style>
border-color css
<style>
span { border-color: #BDCBD4; }
span { border-color: rgb(189,203,212); }
td.TdClassName
{
border-color: #BDCBD4;
}
.TagClassName
{
border-color: #BDCBD4;
}
</style>