Shades of Spindle #BDC3C9
Tints of Spindle #BDC3C9
RGB
CMYK
RGB Variations
Color information
#BDC3C9 (or 0xBDC3C9) is known color: Spindle. HEX triplet: BD, C3 and C9. RGB value is (189,195,201). Sum of RGB (Red+Green+Blue) = 189+195+201=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 195 (76.56% from 255 or 33.33% from 585); Blue value is 201 (78.91% from 255 or 34.36% from 585); Max value from RGB is 201 - color contains mainly: blue. Hex color #BDC3C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC3C9 is #423C36. Grayscale: #C1C1C1. Windows color (decimal): -4340791 or 13222845. OLE color: 13222845.
HSL color Cylindrical-coordinate representation of color #BDC3C9: hue angle of 210º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDC3C9 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 189 | 195 | 201 | - |
CMYK | 0.06 | 0.03 | 0 | 0.21 |
HSL | 210º | 0.1% | 0.76% | - |
HSV(B) | 210º | 0.06% | 0.79% | - |
XYZ | 51.04 | 54.07 | 63 | - |
YUV | 193.89 | 132.01 | 124.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 195 | 201 | 0.06 | 0.03 | 0 | 0.21 | 210 | 0.1 | 0.76 |
Hex | BD | C3 | C9 | 6 | 3 | 0 | 15 | D2 | A | 4C |
Octal | 275 | 303 | 311 | 6 | 3 | 0 | 25 | 322 | 12 | 114 |
Binary | 10111101 | 11000011 | 11001001 | 110 | 11 | 0 | 10101 | 11010010 | 1010 | 1001100 |
Color Harmonies of #BDC3C9
Complementary color
Monochromatic Colors of #BDC3C9
Black with #BDC3C9
Text Example
Text Example
White with #BDC3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC3C9; }
p { color: rgb(189,195,201); }
H1.HeaderClassName
{
color: #BDC3C9;
}
.AnyTagClassName
{
color: #BDC3C9;
}
</style>
background-color css
<style>
a { background-color: #BDC3C9; }
a { background-color: rgb(189,195,201); }
div.DivClassName
{
background-color: #BDC3C9;
}
.BgClassName
{
background-color: #BDC3C9;
}
</style>
border-color css
<style>
span { border-color: #BDC3C9; }
span { border-color: rgb(189,195,201); }
td.TdClassName
{
border-color: #BDC3C9;
}
.TagClassName
{
border-color: #BDC3C9;
}
</style>