#A4BDAE

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

Shades of Skeptic #A4BDAE

Tints of Skeptic #A4BDAE

Color information

#A4BDAE (or 0xA4BDAE) is unknown color: approx Skeptic. HEX triplet: A4, BD and AE. RGB value is (164,189,174). Sum of RGB (Red+Green+Blue) = 164+189+174=527 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.12% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 174 (68.36% from 255 or 33.02% from 527); Max value from RGB is 189 - color contains mainly: green. Hex color #A4BDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BDAE is #5B4251. Grayscale: #B3B3B3. Windows color (decimal): -5980754 or 11451812. OLE color: 11451812.

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

Color convert

RGB164189174-
CMYK0.1300.080.26
HSL144º15.92%69.22%-
HSV(B)144º13.23%74.12%-
XYZ41.1547.3447.01-
YUV179.82124.72116.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.12%
GREEN value IS 189 (74.22% from 255) = 35.86%
BLUE value IS 174 (68.36% from 255) = 33.02%
R=31.12%
G=35.86%
B=33.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641891740.1300.080.2614415.9269.22
HexA4BDAED081A901045
Octal244275256150103222020105
Binary1010010010111101101011101101010001101010010000100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BDAE; }

 p { color: rgb(164,189,174); }

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

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

 a { background-color: rgb(164,189,174); }

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

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

 span { border-color: rgb(164,189,174); }

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