#AEBDBA

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

Shades of Opal #AEBDBA

Tints of Opal #AEBDBA

Color information

#AEBDBA (or 0xAEBDBA) is unknown color: approx Opal. HEX triplet: AE, BD and BA. RGB value is (174,189,186). Sum of RGB (Red+Green+Blue) = 174+189+186=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDBA is #514245. Grayscale: #B8B8B8. Windows color (decimal): -5325382 or 12238254. OLE color: 12238254.

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

Color convert

RGB174189186-
CMYK0.0800.020.26
HSL168º10.2%71.18%-
HSV(B)168º7.94%74.12%-
XYZ44.5248.9453.55-
YUV184.17129.03120.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.69%
GREEN value IS 189 (74.22% from 255) = 34.43%
BLUE value IS 186 (73.05% from 255) = 33.88%
R=31.69%
G=34.43%
B=33.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741891860.0800.020.2616810.271.18
HexAEBDBA8021Aa8a47
Octal25627527210023225012107
Binary1010111010111101101110101000010110101010100010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBDBA; }

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

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

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

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

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

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

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

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