#A2BCAE

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

Shades of Skeptic #A2BCAE

Tints of Skeptic #A2BCAE

Color information

#A2BCAE (or 0xA2BCAE) is unknown color: approx Skeptic. HEX triplet: A2, BC and AE. RGB value is (162,188,174). Sum of RGB (Red+Green+Blue) = 162+188+174=524 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.92% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BCAE is #5D4351. Grayscale: #B2B2B2. Windows color (decimal): -6112082 or 11451554. OLE color: 11451554.

HSL color Cylindrical-coordinate representation of color #A2BCAE: hue angle of 147.69º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A2BCAE is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB162188174-
CMYK0.1400.070.26
HSL147.69º16.25%68.63%-
HSV(B)147.69º13.83%73.73%-
XYZ40.5246.746.92-
YUV178.63125.39116.14-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.92%
GREEN value IS 188 (73.83% from 255) = 35.88%
BLUE value IS 174 (68.36% from 255) = 33.21%
R=30.92%
G=35.88%
B=33.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621881740.1400.070.26147.6916.2568.63
HexA2BCAEE071A941045
Octal24227425616073222420105
Binary101000101011110010101110111001111101010010100100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BCAE; }

 p { color: rgb(162,188,174); }

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

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

 a { background-color: rgb(162,188,174); }

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

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

 span { border-color: rgb(162,188,174); }

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