Html Css Color HEX #AABDB6 Periglacial Blue

📋 copy color: '#AABDB6'

red 170 ◦ green 189 ◦ blue 182

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

Shades of Periglacial Blue #AABDB6

Tints of Periglacial Blue #AABDB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.64%

R = 31.42%
G = 34.94%
B = 33.64%

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

#AABDB6 (or 0xAABDB6) is known color: Periglacial Blue. HEX triplet: AA, BD and B6. RGB value is (170,189,182). Sum of RGB (Red+Green+Blue) = 170+189+182=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 182 (71.48% from 255 or 33.64% from 541); Max value from RGB is 189 - color contains mainly: green. Hex color #AABDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDB6 is #554249. Grayscale: #B6B6B6. Windows color (decimal): -5587530 or 11976106. OLE color: 11976106.

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

Color convert

RGB 170 189 182 -
CMYK 0.10 0 0.04 0.26
HSL 157.89º 0.13% 0.7% -
HSV(B) 157.89º 0.1% 0.74% -
XYZ 43.22 48.32 51.3 -
YUV 182.52 127.71 119.07 -
System Red Green Blue C M Y K H S L
Decimal 170 189 182 0.10 0 0.04 0.26 157.89 0.13 0.7
Hex AA BD B6 A 0 4 1A 9E D 46
Octal 252 275 266 12 0 4 32 236 15 106
Binary 10101010 10111101 10110110 1010 0 100 11010 10011110 1101 1000110

Color Harmonies of #AABDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABDB6

Black with #AABDB6

Text Example


Text Example

White with #AABDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABDB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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