Html Css Color HEX #AABDB9 Opal

📋 copy color: '#AABDB9'

red 170 ◦ green 189 ◦ blue 185

#AABDB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Opal #AABDB9

Tints of Opal #AABDB9

RGB

 RED value IS 170 (66.8% 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 value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#AABDB9 (or 0xAABDB9) is known color: 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

RGB 170 189 185 -
CMYK 0.10 0 0.02 0.26
HSL 167.37º 0.13% 0.7% -
HSV(B) 167.37º 0.1% 0.74% -
XYZ 43.53 48.44 52.96 -
YUV 182.86 129.21 118.83 -
System Red Green Blue C M Y K H S L
Decimal 170 189 185 0.10 0 0.02 0.26 167.37 0.13 0.7
Hex AA BD B9 A 0 2 1A A7 D 46
Octal 252 275 271 12 0 2 32 247 15 106
Binary 10101010 10111101 10111001 1010 0 10 11010 10100111 1101 1000110

Color Harmonies of #AABDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABDB9

Black with #AABDB9

Text Example


Text Example

White with #AABDB9

Text Example


Text Example

HTML Codes & Css Web 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>