#ADBED1

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

Shades of Spindle #ADBED1

Tints of Spindle #ADBED1

Color information

#ADBED1 (or 0xADBED1) is unknown color: approx Spindle. HEX triplet: AD, BE and D1. RGB value is (173,190,209). Sum of RGB (Red+Green+Blue) = 173+190+209=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 190 (74.61% from 255 or 33.22% from 572); Blue value is 209 (82.03% from 255 or 36.54% from 572); Max value from RGB is 209 - color contains mainly: blue. Hex color #ADBED1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBED1 is #52412E. Grayscale: #BABABA. Windows color (decimal): -5390639 or 13745837. OLE color: 13745837.

HSL color Cylindrical-coordinate representation of color #ADBED1: hue angle of 211.67º 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 #ADBED1 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB173190209-
CMYK0.170.0900.18
HSL211.67º28.12%74.9%-
HSV(B)211.67º17.22%81.96%-
XYZ47.1650.3167.55-
YUV187.08140.37117.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.24%
GREEN value IS 190 (74.61% from 255) = 33.22%
BLUE value IS 209 (82.03% from 255) = 36.54%
R=30.24%
G=33.22%
B=36.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1731902090.170.0900.18211.6728.1274.9
HexADBED1119012d41c4b
Octal255276321211102232434113
Binary10101101101111101101000110001100101001011010100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBED1; }

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

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

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

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

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

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

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

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