#AEBFBB

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

Shades of Opal #AEBFBB

Tints of Opal #AEBFBB

Color information

#AEBFBB (or 0xAEBFBB) is unknown color: approx Opal. HEX triplet: AE, BF and BB. RGB value is (174,191,187). Sum of RGB (Red+Green+Blue) = 174+191+187=552 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.52% from 552); Green value is 191 (75% from 255 or 34.60% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFBB is #514044. Grayscale: #B9B9B9. Windows color (decimal): -5324869 or 12304302. OLE color: 12304302.

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

Color convert

RGB174191187-
CMYK0.0900.020.25
HSL165.88º11.72%71.57%-
HSV(B)165.88º8.9%74.9%-
XYZ45.0649.8554.26-
YUV185.46128.87119.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.52%
GREEN value IS 191 (75% from 255) = 34.60%
BLUE value IS 187 (73.44% from 255) = 33.88%
R=31.52%
G=34.60%
B=33.88%

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
Decimal1741911870.0900.020.25165.8811.7271.57
HexAEBFBB90219a6c48
Octal25627727311023124614110
Binary1010111010111111101110111001010110011010011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBFBB; }

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

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

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

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

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

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

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

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