#ADBED0

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

Shades of Spindle #ADBED0

Tints of Spindle #ADBED0

Color information

#ADBED0 (or 0xADBED0) is unknown color: approx Spindle. HEX triplet: AD, BE and D0. RGB value is (173,190,208). Sum of RGB (Red+Green+Blue) = 173+190+208=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 190 (74.61% from 255 or 33.27% from 571); Blue value is 208 (81.64% from 255 or 36.43% from 571); Max value from RGB is 208 - color contains mainly: blue. Hex color #ADBED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBED0 is #52412F. Grayscale: #BABABA. Windows color (decimal): -5390640 or 13680301. OLE color: 13680301.

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

Color convert

RGB173190208-
CMYK0.170.0900.18
HSL210.86º27.13%74.71%-
HSV(B)210.86º16.83%81.57%-
XYZ47.0350.2766.9-
YUV186.97139.87118.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.30%
GREEN value IS 190 (74.61% from 255) = 33.27%
BLUE value IS 208 (81.64% from 255) = 36.43%
R=30.30%
G=33.27%
B=36.43%

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
Decimal1731902080.170.0900.18210.8627.1374.71
HexADBED0119012d31b4b
Octal255276320211102232333113
Binary10101101101111101101000010001100101001011010011110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBED0; }

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

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

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

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

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

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

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

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