Html Css Color HEX #AABEB7 Periglacial Blue

📋 copy color: '#AABEB7'

red 170 ◦ green 190 ◦ blue 183

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

Shades of Periglacial Blue #AABEB7

Tints of Periglacial Blue #AABEB7

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.99%

 BLUE value IS 183 (71.88% from 255) = 33.7%

R = 31.31%
G = 34.99%
B = 33.7%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#AABEB7 (or 0xAABEB7) is known color: Periglacial Blue. HEX triplet: AA, BE and B7. RGB value is (170,190,183). Sum of RGB (Red+Green+Blue) = 170+190+183=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 190 (74.61% from 255 or 34.99% from 543); Blue value is 183 (71.88% from 255 or 33.70% from 543); Max value from RGB is 190 - color contains mainly: green. Hex color #AABEB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABEB7 is #554148. Grayscale: #B7B7B7. Windows color (decimal): -5587273 or 12041898. OLE color: 12041898.

HSL color Cylindrical-coordinate representation of color #AABEB7: hue angle of 159º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AABEB7 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 190 183 -
CMYK 0.11 0 0.04 0.25
HSL 159º 0.13% 0.71% -
HSV(B) 159º 0.11% 0.75% -
XYZ 43.54 48.79 51.92 -
YUV 183.22 127.87 118.57 -
System Red Green Blue C M Y K H S L
Decimal 170 190 183 0.11 0 0.04 0.25 159 0.13 0.71
Hex AA BE B7 B 0 4 19 9F D 47
Octal 252 276 267 13 0 4 31 237 15 107
Binary 10101010 10111110 10110111 1011 0 100 11001 10011111 1101 1000111

Color Harmonies of #AABEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABEB7

Black with #AABEB7

Text Example


Text Example

White with #AABEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABEB7; }

 p { color: rgb(170,190,183); }

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

background-color css

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

 a { background-color: rgb(170,190,183); }

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

border-color css

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

 span { border-color: rgb(170,190,183); }

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