Html Css Color HEX #ABBAB5 Periglacial Blue

📋 copy color: '#ABBAB5'

red 171 ◦ green 186 ◦ blue 181

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

Shades of Periglacial Blue #ABBAB5

Tints of Periglacial Blue #ABBAB5

RGB

 RED value IS 171 (67.19% from 255) = 31.78%

 GREEN value IS 186 (73.05% from 255) = 34.57%

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

R = 31.78%
G = 34.57%
B = 33.64%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#ABBAB5 (or 0xABBAB5) is known color: Periglacial Blue. HEX triplet: AB, BA and B5. RGB value is (171,186,181). Sum of RGB (Red+Green+Blue) = 171+186+181=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 181 (71.09% from 255 or 33.64% from 538); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBAB5 is #54454A. Grayscale: #B4B4B4. Windows color (decimal): -5522763 or 11909803. OLE color: 11909803.

HSL color Cylindrical-coordinate representation of color #ABBAB5: hue angle of 160º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ABBAB5 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 186 181 -
CMYK 0.08 0 0.03 0.27
HSL 160º 0.1% 0.7% -
HSV(B) 160º 0.08% 0.73% -
XYZ 42.69 47.11 50.56 -
YUV 180.95 128.03 120.91 -
System Red Green Blue C M Y K H S L
Decimal 171 186 181 0.08 0 0.03 0.27 160 0.1 0.7
Hex AB BA B5 8 0 3 1B A0 A 46
Octal 253 272 265 10 0 3 33 240 12 106
Binary 10101011 10111010 10110101 1000 0 11 11011 10100000 1010 1000110

Color Harmonies of #ABBAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBAB5

Black with #ABBAB5

Text Example


Text Example

White with #ABBAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBAB5; }

 p { color: rgb(171,186,181); }

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

background-color css

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

 a { background-color: rgb(171,186,181); }

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

border-color css

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

 span { border-color: rgb(171,186,181); }

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