Shades of Spindle #BDCDD3
Tints of Spindle #BDCDD3
RGB
CMYK
RGB Variations
Color information
#BDCDD3 (or 0xBDCDD3) is known color: Spindle. HEX triplet: BD, CD and D3. RGB value is (189,205,211). Sum of RGB (Red+Green+Blue) = 189+205+211=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 211 (82.81% from 255 or 34.88% from 605); Max value from RGB is 211 - color contains mainly: blue. Hex color #BDCDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDD3 is #42322C. Grayscale: #C8C8C8. Windows color (decimal): -4338221 or 13880765. OLE color: 13880765.
HSL color Cylindrical-coordinate representation of color #BDCDD3: hue angle of 196.36º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDCDD3 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 205 | 211 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.17 |
| HSL | 196.36º | 0.2% | 0.78% | - |
| HSV(B) | 196.36º | 0.1% | 0.83% | - |
| XYZ | 54.58 | 59.18 | 70.18 | - |
| YUV | 200.9 | 133.7 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 205 | 211 | 0.10 | 0.03 | 0 | 0.17 | 196.36 | 0.2 | 0.78 |
| Hex | BD | CD | D3 | A | 3 | 0 | 11 | C4 | 14 | 4E |
| Octal | 275 | 315 | 323 | 12 | 3 | 0 | 21 | 304 | 24 | 116 |
| Binary | 10111101 | 11001101 | 11010011 | 1010 | 11 | 0 | 10001 | 11000100 | 10100 | 1001110 |
Color Harmonies of #BDCDD3
Complementary color
Monochromatic Colors of #BDCDD3
Black with #BDCDD3
Text Example
Text Example
White with #BDCDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCDD3; }
p { color: rgb(189,205,211); }
H1.HeaderClassName
{
color: #BDCDD3;
}
.AnyTagClassName
{
color: #BDCDD3;
}
</style>
background-color css
<style>
a { background-color: #BDCDD3; }
a { background-color: rgb(189,205,211); }
div.DivClassName
{
background-color: #BDCDD3;
}
.BgClassName
{
background-color: #BDCDD3;
}
</style>
border-color css
<style>
span { border-color: #BDCDD3; }
span { border-color: rgb(189,205,211); }
td.TdClassName
{
border-color: #BDCDD3;
}
.TagClassName
{
border-color: #BDCDD3;
}
</style>