Html Css Color HEX #AABCB6 Periglacial Blue

📋 copy color: '#AABCB6'

red 170 ◦ green 188 ◦ blue 182

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

Shades of Periglacial Blue #AABCB6

Tints of Periglacial Blue #AABCB6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.81%

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

R = 31.48%
G = 34.81%
B = 33.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#AABCB6 (or 0xAABCB6) is known color: Periglacial Blue. HEX triplet: AA, BC and B6. RGB value is (170,188,182). Sum of RGB (Red+Green+Blue) = 170+188+182=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 182 (71.48% from 255 or 33.70% from 540); Max value from RGB is 188 - color contains mainly: green. Hex color #AABCB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCB6 is #554349. Grayscale: #B5B5B5. Windows color (decimal): -5587786 or 11975850. OLE color: 11975850.

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

Color convert

RGB 170 188 182 -
CMYK 0.10 0 0.03 0.26
HSL 160º 0.12% 0.7% -
HSV(B) 160º 0.1% 0.74% -
XYZ 43 47.89 51.23 -
YUV 181.93 128.04 119.49 -
System Red Green Blue C M Y K H S L
Decimal 170 188 182 0.10 0 0.03 0.26 160 0.12 0.7
Hex AA BC B6 A 0 3 1A A0 C 46
Octal 252 274 266 12 0 3 32 240 14 106
Binary 10101010 10111100 10110110 1010 0 11 11010 10100000 1100 1000110

Color Harmonies of #AABCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABCB6

Black with #AABCB6

Text Example


Text Example

White with #AABCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABCB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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