#AABDB7

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

Shades of Opal #AABDB7

Tints of Opal #AABDB7

Color information

#AABDB7 (or 0xAABDB7) is unknown color: approx Opal. HEX triplet: AA, BD and B7. RGB value is (170,189,183). Sum of RGB (Red+Green+Blue) = 170+189+183=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 183 (71.88% from 255 or 33.76% from 542); Max value from RGB is 189 - color contains mainly: green. Hex color #AABDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDB7 is #554248. Grayscale: #B6B6B6. Windows color (decimal): -5587529 or 12041642. OLE color: 12041642.

HSL color Cylindrical-coordinate representation of color #AABDB7: hue angle of 161.05º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AABDB7 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB170189183-
CMYK0.1000.030.26
HSL161.05º12.58%70.39%-
HSV(B)161.05º10.05%74.12%-
XYZ43.3248.3651.85-
YUV182.64128.21118.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.37%
GREEN value IS 189 (74.22% from 255) = 34.87%
BLUE value IS 183 (71.88% from 255) = 33.76%
R=31.37%
G=34.87%
B=33.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701891830.1000.030.26161.0512.5870.39
HexAABDB7A031Aa1d46
Octal25227526712033224115106
Binary1010101010111101101101111010011110101010000111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABDB7; }

 p { color: rgb(170,189,183); }

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

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

 a { background-color: rgb(170,189,183); }

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

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

 span { border-color: rgb(170,189,183); }

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