#AEBCB9

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

Shades of Opal #AEBCB9

Tints of Opal #AEBCB9

Color information

#AEBCB9 (or 0xAEBCB9) is unknown color: approx Opal. HEX triplet: AE, BC and B9. RGB value is (174,188,185). Sum of RGB (Red+Green+Blue) = 174+188+185=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 185 (72.66% from 255 or 33.82% from 547); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCB9 is #514346. Grayscale: #B7B7B7. Windows color (decimal): -5325639 or 12172462. OLE color: 12172462.

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

Color convert

RGB174188185-
CMYK0.0700.020.26
HSL167.14º9.46%70.98%-
HSV(B)167.14º7.45%73.73%-
XYZ44.248.4752.92-
YUV183.47128.86121.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.81%
GREEN value IS 188 (73.83% from 255) = 34.37%
BLUE value IS 185 (72.66% from 255) = 33.82%
R=31.81%
G=34.37%
B=33.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741881850.0700.020.26167.149.4670.98
HexAEBCB97021Aa7947
Octal2562742717023224711107
Binary101011101011110010111001111010110101010011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCB9; }

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

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

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

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

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

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

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

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