Shades of Spindle #BDC8D2
Tints of Spindle #BDC8D2
RGB
CMYK
RGB Variations
Color information
#BDC8D2 (or 0xBDC8D2) is known color: Spindle. HEX triplet: BD, C8 and D2. RGB value is (189,200,210). Sum of RGB (Red+Green+Blue) = 189+200+210=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 200 (78.52% from 255 or 33.39% from 599); Blue value is 210 (82.42% from 255 or 35.06% from 599); Max value from RGB is 210 - color contains mainly: blue. Hex color #BDC8D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC8D2 is #42372D. Grayscale: #C5C5C5. Windows color (decimal): -4339502 or 13813949. OLE color: 13813949.
HSL color Cylindrical-coordinate representation of color #BDC8D2: hue angle of 208.57º degrees, saturation: 0.19, 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 #BDC8D2 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 189 | 200 | 210 | - |
CMYK | 0.10 | 0.05 | 0 | 0.18 |
HSL | 208.57º | 0.19% | 0.78% | - |
HSV(B) | 208.57º | 0.1% | 0.82% | - |
XYZ | 53.27 | 56.78 | 69.12 | - |
YUV | 197.85 | 134.86 | 121.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 200 | 210 | 0.10 | 0.05 | 0 | 0.18 | 208.57 | 0.19 | 0.78 |
Hex | BD | C8 | D2 | A | 5 | 0 | 12 | D1 | 13 | 4E |
Octal | 275 | 310 | 322 | 12 | 5 | 0 | 22 | 321 | 23 | 116 |
Binary | 10111101 | 11001000 | 11010010 | 1010 | 101 | 0 | 10010 | 11010001 | 10011 | 1001110 |
Color Harmonies of #BDC8D2
Complementary color
Monochromatic Colors of #BDC8D2
Black with #BDC8D2
Text Example
Text Example
White with #BDC8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC8D2; }
p { color: rgb(189,200,210); }
H1.HeaderClassName
{
color: #BDC8D2;
}
.AnyTagClassName
{
color: #BDC8D2;
}
</style>
background-color css
<style>
a { background-color: #BDC8D2; }
a { background-color: rgb(189,200,210); }
div.DivClassName
{
background-color: #BDC8D2;
}
.BgClassName
{
background-color: #BDC8D2;
}
</style>
border-color css
<style>
span { border-color: #BDC8D2; }
span { border-color: rgb(189,200,210); }
td.TdClassName
{
border-color: #BDC8D2;
}
.TagClassName
{
border-color: #BDC8D2;
}
</style>