Shades of Spindle #BDCFDC
Tints of Spindle #BDCFDC
RGB
CMYK
RGB Variations
Color information
#BDCFDC (or 0xBDCFDC) is known color: Spindle. HEX triplet: BD, CF and DC. RGB value is (189,207,220). Sum of RGB (Red+Green+Blue) = 189+207+220=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 207 (81.25% from 255 or 33.60% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDCFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCFDC is #423023. Grayscale: #CBCBCB. Windows color (decimal): -4337700 or 14471101. OLE color: 14471101.
HSL color Cylindrical-coordinate representation of color #BDCFDC: hue angle of 205.16º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDCFDC is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 207 | 220 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.14 |
| HSL | 205.16º | 0.31% | 0.8% | - |
| HSV(B) | 205.16º | 0.14% | 0.86% | - |
| XYZ | 56.22 | 60.61 | 76.45 | - |
| YUV | 203.1 | 137.54 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 207 | 220 | 0.14 | 0.06 | 0 | 0.14 | 205.16 | 0.31 | 0.8 |
| Hex | BD | CF | DC | E | 6 | 0 | E | CD | 1F | 50 |
| Octal | 275 | 317 | 334 | 16 | 6 | 0 | 16 | 315 | 37 | 120 |
| Binary | 10111101 | 11001111 | 11011100 | 1110 | 110 | 0 | 1110 | 11001101 | 11111 | 1010000 |
Color Harmonies of #BDCFDC
Complementary color
Monochromatic Colors of #BDCFDC
Black with #BDCFDC
Text Example
Text Example
White with #BDCFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCFDC; }
p { color: rgb(189,207,220); }
H1.HeaderClassName
{
color: #BDCFDC;
}
.AnyTagClassName
{
color: #BDCFDC;
}
</style>
background-color css
<style>
a { background-color: #BDCFDC; }
a { background-color: rgb(189,207,220); }
div.DivClassName
{
background-color: #BDCFDC;
}
.BgClassName
{
background-color: #BDCFDC;
}
</style>
border-color css
<style>
span { border-color: #BDCFDC; }
span { border-color: rgb(189,207,220); }
td.TdClassName
{
border-color: #BDCFDC;
}
.TagClassName
{
border-color: #BDCFDC;
}
</style>