#AEC0BD

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

Shades of Opal #AEC0BD

Tints of Opal #AEC0BD

Color information

#AEC0BD (or 0xAEC0BD) is unknown color: approx Opal. HEX triplet: AE, C0 and BD. RGB value is (174,192,189). Sum of RGB (Red+Green+Blue) = 174+192+189=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC0BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC0BD is #513F42. Grayscale: #BABABA. Windows color (decimal): -5324611 or 12435630. OLE color: 12435630.

HSL color Cylindrical-coordinate representation of color #AEC0BD: hue angle of 170º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AEC0BD is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB174192189-
CMYK0.0900.020.25
HSL170º12.5%71.76%-
HSV(B)170º9.38%75.29%-
XYZ45.4950.3755.47-
YUV186.28129.54119.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.35%
GREEN value IS 192 (75.39% from 255) = 34.59%
BLUE value IS 189 (74.22% from 255) = 34.05%
R=31.35%
G=34.59%
B=34.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741921890.0900.020.2517012.571.76
HexAEC0BD90219aac48
Octal25630027511023125214110
Binary1010111011000000101111011001010110011010101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC0BD; }

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

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

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

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

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

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

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

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