Html Css Color HEX #ABBAB4 Periglacial Blue

📋 copy color: '#ABBAB4'

red 171 ◦ green 186 ◦ blue 180

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

Shades of Periglacial Blue #ABBAB4

Tints of Periglacial Blue #ABBAB4

RGB

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

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

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

R = 31.84%
G = 34.64%
B = 33.52%

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

#ABBAB4 (or 0xABBAB4) is known color: Periglacial Blue. HEX triplet: AB, BA and B4. RGB value is (171,186,180). Sum of RGB (Red+Green+Blue) = 171+186+180=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 180 (70.70% from 255 or 33.52% from 537); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBAB4 is #54454B. Grayscale: #B4B4B4. Windows color (decimal): -5522764 or 11844267. OLE color: 11844267.

HSL color Cylindrical-coordinate representation of color #ABBAB4: hue angle of 156º 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 #ABBAB4 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 186 180 -
CMYK 0.08 0 0.03 0.27
HSL 156º 0.1% 0.7% -
HSV(B) 156º 0.08% 0.73% -
XYZ 42.59 47.07 50.02 -
YUV 180.83 127.53 120.99 -
System Red Green Blue C M Y K H S L
Decimal 171 186 180 0.08 0 0.03 0.27 156 0.1 0.7
Hex AB BA B4 8 0 3 1B 9C A 46
Octal 253 272 264 10 0 3 33 234 12 106
Binary 10101011 10111010 10110100 1000 0 11 11011 10011100 1010 1000110

Color Harmonies of #ABBAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBAB4

Black with #ABBAB4

Text Example


Text Example

White with #ABBAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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