#ADBAD1

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

Shades of Spindle #ADBAD1

Tints of Spindle #ADBAD1

Color information

#ADBAD1 (or 0xADBAD1) is unknown color: approx Spindle. HEX triplet: AD, BA and D1. RGB value is (173,186,209). Sum of RGB (Red+Green+Blue) = 173+186+209=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 209 (82.03% from 255 or 36.80% from 568); Max value from RGB is 209 - color contains mainly: blue. Hex color #ADBAD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBAD1 is #52452E. Grayscale: #B8B8B8. Windows color (decimal): -5391663 or 13744813. OLE color: 13744813.

HSL color Cylindrical-coordinate representation of color #ADBAD1: hue angle of 218.33º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADBAD1 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB173186209-
CMYK0.170.1100.18
HSL218.33º28.12%74.9%-
HSV(B)218.33º17.22%81.96%-
XYZ46.348.6167.26-
YUV184.74141.69119.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.46%
GREEN value IS 186 (73.05% from 255) = 32.75%
BLUE value IS 209 (82.03% from 255) = 36.80%
R=30.46%
G=32.75%
B=36.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1731862090.170.1100.18218.3328.1274.9
HexADBAD111B012da1c4b
Octal255272321211302233234113
Binary10101101101110101101000110001101101001011011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBAD1; }

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

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

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

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

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

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

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

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