#AEBFB9

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

Shades of Opal #AEBFB9

Tints of Opal #AEBFB9

Color information

#AEBFB9 (or 0xAEBFB9) is unknown color: approx Opal. HEX triplet: AE, BF and B9. RGB value is (174,191,185). Sum of RGB (Red+Green+Blue) = 174+191+185=550 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.64% from 550); Green value is 191 (75% from 255 or 34.73% from 550); Blue value is 185 (72.66% from 255 or 33.64% from 550); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBFB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFB9 is #514046. Grayscale: #B9B9B9. Windows color (decimal): -5324871 or 12173230. OLE color: 12173230.

HSL color Cylindrical-coordinate representation of color #AEBFB9: hue angle of 158.82º 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 #AEBFB9 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB174191185-
CMYK0.0900.030.25
HSL158.82º11.72%71.57%-
HSV(B)158.82º8.9%74.9%-
XYZ44.8449.7653.14-
YUV185.23127.87119.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.64%
GREEN value IS 191 (75% from 255) = 34.73%
BLUE value IS 185 (72.66% from 255) = 33.64%
R=31.64%
G=34.73%
B=33.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741911850.0900.030.25158.8211.7271.57
HexAEBFB9903199fc48
Octal25627727111033123714110
Binary1010111010111111101110011001011110011001111111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBFB9; }

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

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

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

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

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

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

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

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