Shades of Spindle #BDCAD7
Tints of Spindle #BDCAD7
RGB
CMYK
RGB Variations
Color information
#BDCAD7 (or 0xBDCAD7) is known color: Spindle. HEX triplet: BD, CA and D7. RGB value is (189,202,215). Sum of RGB (Red+Green+Blue) = 189+202+215=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 202 (79.30% from 255 or 33.33% from 606); Blue value is 215 (84.38% from 255 or 35.48% from 606); Max value from RGB is 215 - color contains mainly: blue. Hex color #BDCAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCAD7 is #423528. Grayscale: #C7C7C7. Windows color (decimal): -4338985 or 14142141. OLE color: 14142141.
HSL color Cylindrical-coordinate representation of color #BDCAD7: hue angle of 210º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDCAD7 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 189 | 202 | 215 | - |
CMYK | 0.12 | 0.06 | 0 | 0.16 |
HSL | 210º | 0.25% | 0.79% | - |
HSV(B) | 210º | 0.12% | 0.84% | - |
XYZ | 54.37 | 57.97 | 72.61 | - |
YUV | 199.6 | 136.69 | 120.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 202 | 215 | 0.12 | 0.06 | 0 | 0.16 | 210 | 0.25 | 0.79 |
Hex | BD | CA | D7 | C | 6 | 0 | 10 | D2 | 19 | 4F |
Octal | 275 | 312 | 327 | 14 | 6 | 0 | 20 | 322 | 31 | 117 |
Binary | 10111101 | 11001010 | 11010111 | 1100 | 110 | 0 | 10000 | 11010010 | 11001 | 1001111 |
Color Harmonies of #BDCAD7
Complementary color
Monochromatic Colors of #BDCAD7
Black with #BDCAD7
Text Example
Text Example
White with #BDCAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCAD7; }
p { color: rgb(189,202,215); }
H1.HeaderClassName
{
color: #BDCAD7;
}
.AnyTagClassName
{
color: #BDCAD7;
}
</style>
background-color css
<style>
a { background-color: #BDCAD7; }
a { background-color: rgb(189,202,215); }
div.DivClassName
{
background-color: #BDCAD7;
}
.BgClassName
{
background-color: #BDCAD7;
}
</style>
border-color css
<style>
span { border-color: #BDCAD7; }
span { border-color: rgb(189,202,215); }
td.TdClassName
{
border-color: #BDCAD7;
}
.TagClassName
{
border-color: #BDCAD7;
}
</style>