#A0BDAE

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

Shades of Skeptic #A0BDAE

Tints of Skeptic #A0BDAE

Color information

#A0BDAE (or 0xA0BDAE) is unknown color: approx Skeptic. HEX triplet: A0, BD and AE. RGB value is (160,189,174). Sum of RGB (Red+Green+Blue) = 160+189+174=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 174 (68.36% from 255 or 33.27% from 523); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BDAE is #5F4251. Grayscale: #B2B2B2. Windows color (decimal): -6242898 or 11451808. OLE color: 11451808.

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

Color convert

RGB160189174-
CMYK0.1500.080.26
HSL148.97º18.01%68.43%-
HSV(B)148.97º15.34%74.12%-
XYZ40.3346.9246.98-
YUV178.62125.39114.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.59%
GREEN value IS 189 (74.22% from 255) = 36.14%
BLUE value IS 174 (68.36% from 255) = 33.27%
R=30.59%
G=36.14%
B=33.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601891740.1500.080.26148.9718.0168.43
HexA0BDAEF081A951244
Octal240275256170103222522104
Binary1010000010111101101011101111010001101010010101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BDAE; }

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

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

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

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

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

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

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

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