#ADBAD5

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

Shades of Spindle #ADBAD5

Tints of Spindle #ADBAD5

Color information

#ADBAD5 (or 0xADBAD5) is unknown color: approx Spindle. HEX triplet: AD, BA and D5. RGB value is (173,186,213). Sum of RGB (Red+Green+Blue) = 173+186+213=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 213 (83.59% from 255 or 37.24% from 572); Max value from RGB is 213 - color contains mainly: blue. Hex color #ADBAD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBAD5 is #52452A. Grayscale: #B9B9B9. Windows color (decimal): -5391659 or 14006957. OLE color: 14006957.

HSL color Cylindrical-coordinate representation of color #ADBAD5: hue angle of 220.5º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADBAD5 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB173186213-
CMYK0.190.1300.16
HSL220.5º32.26%75.69%-
HSV(B)220.5º18.78%83.53%-
XYZ46.848.8169.9-
YUV185.19143.69119.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.24%
GREEN value IS 186 (73.05% from 255) = 32.52%
BLUE value IS 213 (83.59% from 255) = 37.24%
R=30.24%
G=32.52%
B=37.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1731862130.190.1300.16220.532.2675.69
HexADBAD513D010dc204c
Octal255272325231502033440114
Binary101011011011101011010101100111101010000110111001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBAD5; }

 p { color: rgb(173,186,213); }

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

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

 a { background-color: rgb(173,186,213); }

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

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

 span { border-color: rgb(173,186,213); }

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