#ABBCB4

Color #ABBCB4 Periglacial Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periglacial Blue #ABBCB4

Tints of Periglacial Blue #ABBCB4

Color information

#ABBCB4 (or 0xABBCB4) is unknown color: approx Periglacial Blue. HEX triplet: AB, BC and B4. RGB value is (171,188,180). Sum of RGB (Red+Green+Blue) = 171+188+180=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 180 (70.70% from 255 or 33.40% from 539); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBCB4 is #54434B. Grayscale: #B6B6B6. Windows color (decimal): -5522252 or 11844779. OLE color: 11844779.

HSL color Cylindrical-coordinate representation of color #ABBCB4: hue angle of 151.76º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABBCB4 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB171188180-
CMYK0.0900.040.26
HSL151.76º11.26%70.39%-
HSV(B)151.76º9.04%73.73%-
XYZ43.0247.9250.16-
YUV182126.87120.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.73%
GREEN value IS 188 (73.83% from 255) = 34.88%
BLUE value IS 180 (70.70% from 255) = 33.40%
R=31.73%
G=34.88%
B=33.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711881800.0900.040.26151.7611.2670.39
HexABBCB49041A98b46
Octal25327426411043223013106
Binary10101011101111001011010010010100110101001100010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBCB4; }

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

 H1.HeaderClassName
 {
   color: #ABBCB4;
 }
 .AnyTagClassName
 {
   color: #ABBCB4;
 }
</style>
background-color css

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

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

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

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

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

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