Html Css Color HEX #AABDB2 Loblolly

📋 copy color: '#AABDB2'

red 170 ◦ green 189 ◦ blue 178

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

Shades of Loblolly #AABDB2

Tints of Loblolly #AABDB2

RGB

 RED value IS 170 (66.8% from 255) = 31.66%

 GREEN value IS 189 (74.22% from 255) = 35.2%

 BLUE value IS 178 (69.92% from 255) = 33.15%

R = 31.66%
G = 35.2%
B = 33.15%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#AABDB2 (or 0xAABDB2) is known color: Loblolly. HEX triplet: AA, BD and B2. RGB value is (170,189,178). Sum of RGB (Red+Green+Blue) = 170+189+178=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 178 (69.92% from 255 or 33.15% from 537); Max value from RGB is 189 - color contains mainly: green. Hex color #AABDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABDB2 is #55424D. Grayscale: #B6B6B6. Windows color (decimal): -5587534 or 11713962. OLE color: 11713962.

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

Color convert

RGB 170 189 178 -
CMYK 0.10 0 0.06 0.26
HSL 145.26º 0.13% 0.7% -
HSV(B) 145.26º 0.1% 0.74% -
XYZ 42.81 48.16 49.16 -
YUV 182.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 170 189 178 0.10 0 0.06 0.26 145.26 0.13 0.7
Hex AA BD B2 A 0 6 1A 91 D 46
Octal 252 275 262 12 0 6 32 221 15 106
Binary 10101010 10111101 10110010 1010 0 110 11010 10010001 1101 1000110

Color Harmonies of #AABDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABDB2

Black with #AABDB2

Text Example


Text Example

White with #AABDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABDB2; }

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

 H1.HeaderClassName
 {
   color: #AABDB2;
 }
 .AnyTagClassName
 {
   color: #AABDB2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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