#AEC2BB

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

Shades of Opal #AEC2BB

Tints of Opal #AEC2BB

Color information

#AEC2BB (or 0xAEC2BB) is unknown color: approx Opal. HEX triplet: AE, C2 and BB. RGB value is (174,194,187). Sum of RGB (Red+Green+Blue) = 174+194+187=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 194 (76.17% from 255 or 34.95% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC2BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC2BB is #513D44. Grayscale: #BBBBBB. Windows color (decimal): -5324101 or 12305070. OLE color: 12305070.

HSL color Cylindrical-coordinate representation of color #AEC2BB: hue angle of 159º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEC2BB is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB174194187-
CMYK0.1000.040.24
HSL159º14.08%72.16%-
HSV(B)159º10.31%76.08%-
XYZ45.7251.1754.48-
YUV187.22127.87118.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.35%
GREEN value IS 194 (76.17% from 255) = 34.95%
BLUE value IS 187 (73.44% from 255) = 33.69%
R=31.35%
G=34.95%
B=33.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741941870.1000.040.2415914.0872.16
HexAEC2BBA04189fe48
Octal25630227312043023716110
Binary10101110110000101011101110100100110001001111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC2BB; }

 p { color: rgb(174,194,187); }

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

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

 a { background-color: rgb(174,194,187); }

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

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

 span { border-color: rgb(174,194,187); }

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