Shades of Spindle #BDCDDB
Tints of Spindle #BDCDDB
RGB
CMYK
RGB Variations
Color information
#BDCDDB (or 0xBDCDDB) is known color: Spindle. HEX triplet: BD, CD and DB. RGB value is (189,205,219). Sum of RGB (Red+Green+Blue) = 189+205+219=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 205 (80.47% from 255 or 33.44% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDCDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDDB is #423224. Grayscale: #C9C9C9. Windows color (decimal): -4338213 or 14405053. OLE color: 14405053.
HSL color Cylindrical-coordinate representation of color #BDCDDB: hue angle of 208º degrees, saturation: 0.29, 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 #BDCDDB is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 189 | 205 | 219 | - |
CMYK | 0.14 | 0.06 | 0 | 0.14 |
HSL | 208º | 0.29% | 0.8% | - |
HSV(B) | 208º | 0.14% | 0.86% | - |
XYZ | 55.6 | 59.6 | 75.59 | - |
YUV | 201.81 | 137.7 | 118.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 205 | 219 | 0.14 | 0.06 | 0 | 0.14 | 208 | 0.29 | 0.8 |
Hex | BD | CD | DB | E | 6 | 0 | E | D0 | 1D | 50 |
Octal | 275 | 315 | 333 | 16 | 6 | 0 | 16 | 320 | 35 | 120 |
Binary | 10111101 | 11001101 | 11011011 | 1110 | 110 | 0 | 1110 | 11010000 | 11101 | 1010000 |
Color Harmonies of #BDCDDB
Complementary color
Monochromatic Colors of #BDCDDB
Black with #BDCDDB
Text Example
Text Example
White with #BDCDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCDDB; }
p { color: rgb(189,205,219); }
H1.HeaderClassName
{
color: #BDCDDB;
}
.AnyTagClassName
{
color: #BDCDDB;
}
</style>
background-color css
<style>
a { background-color: #BDCDDB; }
a { background-color: rgb(189,205,219); }
div.DivClassName
{
background-color: #BDCDDB;
}
.BgClassName
{
background-color: #BDCDDB;
}
</style>
border-color css
<style>
span { border-color: #BDCDDB; }
span { border-color: rgb(189,205,219); }
td.TdClassName
{
border-color: #BDCDDB;
}
.TagClassName
{
border-color: #BDCDDB;
}
</style>