#AEBDB9

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

Shades of Opal #AEBDB9

Tints of Opal #AEBDB9

Color information

#AEBDB9 (or 0xAEBDB9) is unknown color: approx Opal. HEX triplet: AE, BD and B9. RGB value is (174,189,185). Sum of RGB (Red+Green+Blue) = 174+189+185=548 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.75% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 185 (72.66% from 255 or 33.76% from 548); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDB9 is #514246. Grayscale: #B8B8B8. Windows color (decimal): -5325383 or 12172718. OLE color: 12172718.

HSL color Cylindrical-coordinate representation of color #AEBDB9: hue angle of 164º 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 #AEBDB9 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB174189185-
CMYK0.0800.020.26
HSL164º10.2%71.18%-
HSV(B)164º7.94%74.12%-
XYZ44.4148.953-
YUV184.06128.53120.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.75%
GREEN value IS 189 (74.22% from 255) = 34.49%
BLUE value IS 185 (72.66% from 255) = 33.76%
R=31.75%
G=34.49%
B=33.76%

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
Decimal1741891850.0800.020.2616410.271.18
HexAEBDB98021Aa4a47
Octal25627527110023224412107
Binary1010111010111101101110011000010110101010010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBDB9; }

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

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

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

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

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

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

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

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