#AEBFBC

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

Shades of Opal #AEBFBC

Tints of Opal #AEBFBC

Color information

#AEBFBC (or 0xAEBFBC) is unknown color: approx Opal. HEX triplet: AE, BF and BC. RGB value is (174,191,188). Sum of RGB (Red+Green+Blue) = 174+191+188=553 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.46% from 553); Green value is 191 (75% from 255 or 34.54% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFBC is #514043. Grayscale: #B9B9B9. Windows color (decimal): -5324868 or 12369838. OLE color: 12369838.

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

Color convert

RGB174191188-
CMYK0.0900.020.25
HSL169.41º11.72%71.57%-
HSV(B)169.41º8.9%74.9%-
XYZ45.1649.8954.83-
YUV185.58129.37119.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.46%
GREEN value IS 191 (75% from 255) = 34.54%
BLUE value IS 188 (73.83% from 255) = 34.00%
R=31.46%
G=34.54%
B=34.00%

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
Decimal1741911880.0900.020.25169.4111.7271.57
HexAEBFBC90219a9c48
Octal25627727411023125114110
Binary1010111010111111101111001001010110011010100111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBFBC; }

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

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

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

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

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

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

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

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