#AEC3BD

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

Shades of Opal #AEC3BD

Tints of Opal #AEC3BD

Color information

#AEC3BD (or 0xAEC3BD) is unknown color: approx Opal. HEX triplet: AE, C3 and BD. RGB value is (174,195,189). Sum of RGB (Red+Green+Blue) = 174+195+189=558 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.18% from 558); Green value is 195 (76.56% from 255 or 34.95% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC3BD is #513C42. Grayscale: #BCBCBC. Windows color (decimal): -5323843 or 12436398. OLE color: 12436398.

HSL color Cylindrical-coordinate representation of color #AEC3BD: hue angle of 162.86º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AEC3BD is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB174195189-
CMYK0.1100.030.24
HSL162.86º14.89%72.35%-
HSV(B)162.86º10.77%76.47%-
XYZ46.1651.755.69-
YUV188.04128.54117.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.18%
GREEN value IS 195 (76.56% from 255) = 34.95%
BLUE value IS 189 (74.22% from 255) = 33.87%
R=31.18%
G=34.95%
B=33.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741951890.1100.030.24162.8614.8972.35
HexAEC3BDB0318a3f48
Octal25630327513033024317110
Binary1010111011000011101111011011011110001010001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC3BD; }

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

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

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

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

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

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

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

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