Html Css Color HEX #AABDB4 Periglacial Blue

📋 copy color: '#AABDB4'

red 170 ◦ green 189 ◦ blue 180

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

Shades of Periglacial Blue #AABDB4

Tints of Periglacial Blue #AABDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.4%

R = 31.54%
G = 35.06%
B = 33.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#AABDB4 (or 0xAABDB4) is known color: Periglacial Blue. HEX triplet: AA, BD and B4. RGB value is (170,189,180). Sum of RGB (Red+Green+Blue) = 170+189+180=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 180 (70.70% from 255 or 33.40% from 539); Max value from RGB is 189 - color contains mainly: green. Hex color #AABDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDB4 is #55424B. Grayscale: #B6B6B6. Windows color (decimal): -5587532 or 11845034. OLE color: 11845034.

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

Color convert

RGB 170 189 180 -
CMYK 0.10 0 0.05 0.26
HSL 151.58º 0.13% 0.7% -
HSV(B) 151.58º 0.1% 0.74% -
XYZ 43.01 48.24 50.22 -
YUV 182.29 126.71 119.23 -
System Red Green Blue C M Y K H S L
Decimal 170 189 180 0.10 0 0.05 0.26 151.58 0.13 0.7
Hex AA BD B4 A 0 5 1A 98 D 46
Octal 252 275 264 12 0 5 32 230 15 106
Binary 10101010 10111101 10110100 1010 0 101 11010 10011000 1101 1000110

Color Harmonies of #AABDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABDB4

Black with #AABDB4

Text Example


Text Example

White with #AABDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABDB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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