Shades of Spindle #ADBED4
Tints of Spindle #ADBED4
RGB
CMYK
RGB Variations
Color information
#ADBED4 (or 0xADBED4) is known color: Spindle. HEX triplet: AD, BE and D4. RGB value is (173,190,212). Sum of RGB (Red+Green+Blue) = 173+190+212=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 212 (83.20% from 255 or 36.87% from 575); Max value from RGB is 212 - color contains mainly: blue. Hex color #ADBED4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBED4 is #52412B. Grayscale: #BBBBBB. Windows color (decimal): -5390636 or 13942445. OLE color: 13942445.
HSL color Cylindrical-coordinate representation of color #ADBED4: hue angle of 213.85º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADBED4 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 173 | 190 | 212 | - |
CMYK | 0.18 | 0.10 | 0 | 0.17 |
HSL | 213.85º | 0.31% | 0.75% | - |
HSV(B) | 213.85º | 0.18% | 0.83% | - |
XYZ | 47.53 | 50.46 | 69.52 | - |
YUV | 187.43 | 141.87 | 117.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 190 | 212 | 0.18 | 0.10 | 0 | 0.17 | 213.85 | 0.31 | 0.75 |
Hex | AD | BE | D4 | 12 | A | 0 | 11 | D6 | 1F | 4B |
Octal | 255 | 276 | 324 | 22 | 12 | 0 | 21 | 326 | 37 | 113 |
Binary | 10101101 | 10111110 | 11010100 | 10010 | 1010 | 0 | 10001 | 11010110 | 11111 | 1001011 |
Color Harmonies of #ADBED4
Complementary color
Monochromatic Colors of #ADBED4
Black with #ADBED4
Text Example
Text Example
White with #ADBED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBED4; }
p { color: rgb(173,190,212); }
H1.HeaderClassName
{
color: #ADBED4;
}
.AnyTagClassName
{
color: #ADBED4;
}
</style>
background-color css
<style>
a { background-color: #ADBED4; }
a { background-color: rgb(173,190,212); }
div.DivClassName
{
background-color: #ADBED4;
}
.BgClassName
{
background-color: #ADBED4;
}
</style>
border-color css
<style>
span { border-color: #ADBED4; }
span { border-color: rgb(173,190,212); }
td.TdClassName
{
border-color: #ADBED4;
}
.TagClassName
{
border-color: #ADBED4;
}
</style>