Shades of Spindle #BDCDDA
Tints of Spindle #BDCDDA
RGB
CMYK
RGB Variations
Color information
#BDCDDA (or 0xBDCDDA) is known color: Spindle. HEX triplet: BD, CD and DA. RGB value is (189,205,218). Sum of RGB (Red+Green+Blue) = 189+205+218=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 205 (80.47% from 255 or 33.50% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 218 - color contains mainly: blue. Hex color #BDCDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDDA is #423225. Grayscale: #C9C9C9. Windows color (decimal): -4338214 or 14339517. OLE color: 14339517.
HSL color Cylindrical-coordinate representation of color #BDCDDA: hue angle of 206.9º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDCDDA is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 205 | 218 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.15 |
| HSL | 206.9º | 0.28% | 0.8% | - |
| HSV(B) | 206.9º | 0.13% | 0.85% | - |
| XYZ | 55.47 | 59.54 | 74.9 | - |
| YUV | 201.7 | 137.2 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 205 | 218 | 0.13 | 0.06 | 0 | 0.15 | 206.9 | 0.28 | 0.8 |
| Hex | BD | CD | DA | D | 6 | 0 | F | CF | 1C | 50 |
| Octal | 275 | 315 | 332 | 15 | 6 | 0 | 17 | 317 | 34 | 120 |
| Binary | 10111101 | 11001101 | 11011010 | 1101 | 110 | 0 | 1111 | 11001111 | 11100 | 1010000 |
Color Harmonies of #BDCDDA
Complementary color
Monochromatic Colors of #BDCDDA
Black with #BDCDDA
Text Example
Text Example
White with #BDCDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCDDA; }
p { color: rgb(189,205,218); }
H1.HeaderClassName
{
color: #BDCDDA;
}
.AnyTagClassName
{
color: #BDCDDA;
}
</style>
background-color css
<style>
a { background-color: #BDCDDA; }
a { background-color: rgb(189,205,218); }
div.DivClassName
{
background-color: #BDCDDA;
}
.BgClassName
{
background-color: #BDCDDA;
}
</style>
border-color css
<style>
span { border-color: #BDCDDA; }
span { border-color: rgb(189,205,218); }
td.TdClassName
{
border-color: #BDCDDA;
}
.TagClassName
{
border-color: #BDCDDA;
}
</style>