Html Css Color HEX #ABBAB3 Periglacial Blue

📋 copy color: '#ABBAB3'

red 171 ◦ green 186 ◦ blue 179

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

Shades of Periglacial Blue #ABBAB3

Tints of Periglacial Blue #ABBAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.4%

R = 31.9%
G = 34.7%
B = 33.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#ABBAB3 (or 0xABBAB3) is known color: Periglacial Blue. HEX triplet: AB, BA and B3. RGB value is (171,186,179). Sum of RGB (Red+Green+Blue) = 171+186+179=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 179 (70.31% from 255 or 33.40% from 536); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBAB3 is #54454C. Grayscale: #B4B4B4. Windows color (decimal): -5522765 or 11778731. OLE color: 11778731.

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

Color convert

RGB 171 186 179 -
CMYK 0.08 0 0.04 0.27
HSL 152º 0.1% 0.7% -
HSV(B) 152º 0.08% 0.73% -
XYZ 42.49 47.03 49.49 -
YUV 180.72 127.03 121.07 -
System Red Green Blue C M Y K H S L
Decimal 171 186 179 0.08 0 0.04 0.27 152 0.1 0.7
Hex AB BA B3 8 0 4 1B 98 A 46
Octal 253 272 263 10 0 4 33 230 12 106
Binary 10101011 10111010 10110011 1000 0 100 11011 10011000 1010 1000110

Color Harmonies of #ABBAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBAB3

Black with #ABBAB3

Text Example


Text Example

White with #ABBAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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