#AABDB9

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

Shades of Opal #AABDB9

Tints of Opal #AABDB9

Color information

#AABDB9 (or 0xAABDB9) is unknown color: approx Opal. HEX triplet: AA, BD and B9. RGB value is (170,189,185). Sum of RGB (Red+Green+Blue) = 170+189+185=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 185 (72.66% from 255 or 34.01% from 544); Max value from RGB is 189 - color contains mainly: green. Hex color #AABDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDB9 is #554246. Grayscale: #B6B6B6. Windows color (decimal): -5587527 or 12172714. OLE color: 12172714.

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

Color convert

RGB170189185-
CMYK0.1000.020.26
HSL167.37º12.58%70.39%-
HSV(B)167.37º10.05%74.12%-
XYZ43.5348.4452.96-
YUV182.86129.21118.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.25%
GREEN value IS 189 (74.22% from 255) = 34.74%
BLUE value IS 185 (72.66% from 255) = 34.01%
R=31.25%
G=34.74%
B=34.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701891850.1000.020.26167.3712.5870.39
HexAABDB9A021Aa7d46
Octal25227527112023224715106
Binary1010101010111101101110011010010110101010011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABDB9; }

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

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

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

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

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

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

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

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