#AEBDBB

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

Shades of Opal #AEBDBB

Tints of Opal #AEBDBB

Color information

#AEBDBB (or 0xAEBDBB) is unknown color: approx Opal. HEX triplet: AE, BD and BB. RGB value is (174,189,187). Sum of RGB (Red+Green+Blue) = 174+189+187=550 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.64% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDBB is #514244. Grayscale: #B8B8B8. Windows color (decimal): -5325381 or 12303790. OLE color: 12303790.

HSL color Cylindrical-coordinate representation of color #AEBDBB: hue angle of 172º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AEBDBB is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB174189187-
CMYK0.0800.010.26
HSL172º10.2%71.18%-
HSV(B)172º7.94%74.12%-
XYZ44.6248.9854.12-
YUV184.29129.53120.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.64%
GREEN value IS 189 (74.22% from 255) = 34.36%
BLUE value IS 187 (73.44% from 255) = 34%
R=31.64%
G=34.36%
B=34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741891870.0800.010.2617210.271.18
HexAEBDBB8011Aaca47
Octal25627527310013225412107
Binary101011101011110110111011100001110101010110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBDBB; }

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

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

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

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

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

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

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

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