#ABB8B2

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

Shades of Periglacial Blue #ABB8B2

Tints of Periglacial Blue #ABB8B2

Color information

#ABB8B2 (or 0xABB8B2) is unknown color: approx Periglacial Blue. HEX triplet: AB, B8 and B2. RGB value is (171,184,178). Sum of RGB (Red+Green+Blue) = 171+184+178=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 184 (72.27% from 255 or 34.52% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB8B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB8B2 is #54474D. Grayscale: #B3B3B3. Windows color (decimal): -5523278 or 11712683. OLE color: 11712683.

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

Color convert

RGB171184178-
CMYK0.0700.030.28
HSL152.31º8.39%69.61%-
HSV(B)152.31º7.07%72.16%-
XYZ41.9746.1548.82-
YUV179.43127.19121.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.08%
GREEN value IS 184 (72.27% from 255) = 34.52%
BLUE value IS 178 (69.92% from 255) = 33.40%
R=32.08%
G=34.52%
B=33.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1711841780.0700.030.28152.318.3969.61
HexABB8B27031C98846
Octal2532702627033423010106
Binary101010111011100010110010111011111001001100010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB8B2; }

 p { color: rgb(171,184,178); }

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

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

 a { background-color: rgb(171,184,178); }

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

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

 span { border-color: rgb(171,184,178); }

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