Shades of Spindle #BDCBD2
Tints of Spindle #BDCBD2
RGB
CMYK
RGB Variations
Color information
#BDCBD2 (or 0xBDCBD2) is known color: Spindle. HEX triplet: BD, CB and D2. RGB value is (189,203,210). Sum of RGB (Red+Green+Blue) = 189+203+210=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 210 (82.42% from 255 or 34.88% from 602); Max value from RGB is 210 - color contains mainly: blue. Hex color #BDCBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCBD2 is #42342D. Grayscale: #C7C7C7. Windows color (decimal): -4338734 or 13814717. OLE color: 13814717.
HSL color Cylindrical-coordinate representation of color #BDCBD2: hue angle of 200º 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 #BDCBD2 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 203 | 210 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.18 |
| HSL | 200º | 0.19% | 0.78% | - |
| HSV(B) | 200º | 0.1% | 0.82% | - |
| XYZ | 53.98 | 58.18 | 69.36 | - |
| YUV | 199.61 | 133.86 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 210 | 0.10 | 0.03 | 0 | 0.18 | 200 | 0.19 | 0.78 |
| Hex | BD | CB | D2 | A | 3 | 0 | 12 | C8 | 13 | 4E |
| Octal | 275 | 313 | 322 | 12 | 3 | 0 | 22 | 310 | 23 | 116 |
| Binary | 10111101 | 11001011 | 11010010 | 1010 | 11 | 0 | 10010 | 11001000 | 10011 | 1001110 |
Color Harmonies of #BDCBD2
Complementary color
Monochromatic Colors of #BDCBD2
Black with #BDCBD2
Text Example
Text Example
White with #BDCBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCBD2; }
p { color: rgb(189,203,210); }
H1.HeaderClassName
{
color: #BDCBD2;
}
.AnyTagClassName
{
color: #BDCBD2;
}
</style>
background-color css
<style>
a { background-color: #BDCBD2; }
a { background-color: rgb(189,203,210); }
div.DivClassName
{
background-color: #BDCBD2;
}
.BgClassName
{
background-color: #BDCBD2;
}
</style>
border-color css
<style>
span { border-color: #BDCBD2; }
span { border-color: rgb(189,203,210); }
td.TdClassName
{
border-color: #BDCBD2;
}
.TagClassName
{
border-color: #BDCBD2;
}
</style>