Html Css Color HEX #AABDB5 Periglacial Blue

📋 copy color: '#AABDB5'

red 170 ◦ green 189 ◦ blue 181

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

Shades of Periglacial Blue #AABDB5

Tints of Periglacial Blue #AABDB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.52%

R = 31.48%
G = 35%
B = 33.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#AABDB5 (or 0xAABDB5) is known color: Periglacial Blue. HEX triplet: AA, BD and B5. RGB value is (170,189,181). Sum of RGB (Red+Green+Blue) = 170+189+181=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 181 (71.09% from 255 or 33.52% from 540); Max value from RGB is 189 - color contains mainly: green. Hex color #AABDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDB5 is #55424A. Grayscale: #B6B6B6. Windows color (decimal): -5587531 or 11910570. OLE color: 11910570.

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

Color convert

RGB 170 189 181 -
CMYK 0.10 0 0.04 0.26
HSL 154.74º 0.13% 0.7% -
HSV(B) 154.74º 0.1% 0.74% -
XYZ 43.12 48.28 50.76 -
YUV 182.41 127.21 119.15 -
System Red Green Blue C M Y K H S L
Decimal 170 189 181 0.10 0 0.04 0.26 154.74 0.13 0.7
Hex AA BD B5 A 0 4 1A 9B D 46
Octal 252 275 265 12 0 4 32 233 15 106
Binary 10101010 10111101 10110101 1010 0 100 11010 10011011 1101 1000110

Color Harmonies of #AABDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABDB5

Black with #AABDB5

Text Example


Text Example

White with #AABDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABDB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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