#ADBACA

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

Shades of Spindle #ADBACA

Tints of Spindle #ADBACA

Color information

#ADBACA (or 0xADBACA) is unknown color: approx Spindle. HEX triplet: AD, BA and CA. RGB value is (173,186,202). Sum of RGB (Red+Green+Blue) = 173+186+202=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 202 - color contains mainly: blue. Hex color #ADBACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBACA is #524535. Grayscale: #B7B7B7. Windows color (decimal): -5391670 or 13286061. OLE color: 13286061.

HSL color Cylindrical-coordinate representation of color #ADBACA: hue angle of 213.1º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADBACA is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB173186202-
CMYK0.140.0800.21
HSL213.1º21.48%73.53%-
HSV(B)213.1º14.36%79.22%-
XYZ45.4548.2762.8-
YUV183.94138.19120.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.84%
GREEN value IS 186 (73.05% from 255) = 33.16%
BLUE value IS 202 (79.30% from 255) = 36.01%
R=30.84%
G=33.16%
B=36.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731862020.140.0800.21213.121.4873.53
HexADBACAE8015d5154a
Octal255272312161002532525112
Binary1010110110111010110010101110100001010111010101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBACA; }

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

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

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

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

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

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

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

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