#ADBED4

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

Shades of Spindle #ADBED4

Tints of Spindle #ADBED4

Color information

#ADBED4 (or 0xADBED4) is unknown color: approx Spindle. HEX triplet: AD, BE and D4. RGB value is (173,190,212). Sum of RGB (Red+Green+Blue) = 173+190+212=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 212 (83.20% from 255 or 36.87% from 575); Max value from RGB is 212 - color contains mainly: blue. Hex color #ADBED4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBED4 is #52412B. Grayscale: #BBBBBB. Windows color (decimal): -5390636 or 13942445. OLE color: 13942445.

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

Color convert

RGB173190212-
CMYK0.180.1000.17
HSL213.85º31.2%75.49%-
HSV(B)213.85º18.4%83.14%-
XYZ47.5350.4669.52-
YUV187.42141.87117.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.09%
GREEN value IS 190 (74.61% from 255) = 33.04%
BLUE value IS 212 (83.20% from 255) = 36.87%
R=30.09%
G=33.04%
B=36.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1731902120.180.1000.17213.8531.275.49
HexADBED412A011d61f4b
Octal255276324221202132637113
Binary10101101101111101101010010010101001000111010110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBED4; }

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

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

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

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

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

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

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

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