#ADBDCD

Color #ADBDCD Spindle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spindle #ADBDCD

Tints of Spindle #ADBDCD

Color information

#ADBDCD (or 0xADBDCD) is unknown color: approx Spindle. HEX triplet: AD, BD and CD. RGB value is (173,189,205). Sum of RGB (Red+Green+Blue) = 173+189+205=567 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.51% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADBDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDCD is #524232. Grayscale: #B9B9B9. Windows color (decimal): -5390899 or 13483437. OLE color: 13483437.

HSL color Cylindrical-coordinate representation of color #ADBDCD: hue angle of 210º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADBDCD is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB173189205-
CMYK0.160.0800.20
HSL210º24.24%74.12%-
HSV(B)210º15.61%80.39%-
XYZ46.4549.6964.9-
YUV186.04138.7118.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 30.51%
GREEN value IS 189 (74.22% from 255) = 33.33%
BLUE value IS 205 (80.47% from 255) = 36.16%
R=30.51%
G=33.33%
B=36.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731892050.160.0800.2021024.2474.12
HexADBDCD108014d2184a
Octal255275315201002432230112
Binary10101101101111011100110110000100001010011010010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBDCD; }

 p { color: rgb(173,189,205); }

 H1.HeaderClassName
 {
   color: #ADBDCD;
 }
 .AnyTagClassName
 {
   color: #ADBDCD;
 }
</style>
background-color css

<style>
 a { background-color: #ADBDCD; }

 a { background-color: rgb(173,189,205); }

 div.DivClassName
 {
   background-color: #ADBDCD;
 }
 .BgClassName
 {
   background-color: #ADBDCD;
 }
</style>
border-color css

<style>
 span { border-color: #ADBDCD; }

 span { border-color: rgb(173,189,205); }

 td.TdClassName
 {
   border-color: #ADBDCD;
 }
 .TagClassName
 {
   border-color: #ADBDCD;
 }
</style>