#ABBBB6

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

Shades of Periglacial Blue #ABBBB6

Tints of Periglacial Blue #ABBBB6

Color information

#ABBBB6 (or 0xABBBB6) is unknown color: approx Periglacial Blue. HEX triplet: AB, BB and B6. RGB value is (171,187,182). Sum of RGB (Red+Green+Blue) = 171+187+182=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 182 (71.48% from 255 or 33.70% from 540); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBBB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBBB6 is #544449. Grayscale: #B5B5B5. Windows color (decimal): -5522506 or 11975595. OLE color: 11975595.

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

Color convert

RGB171187182-
CMYK0.0900.030.27
HSL161.25º10.53%70.2%-
HSV(B)161.25º8.56%73.33%-
XYZ43.0147.5851.17-
YUV181.65128.2120.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.67%
GREEN value IS 187 (73.44% from 255) = 34.63%
BLUE value IS 182 (71.48% from 255) = 33.70%
R=31.67%
G=34.63%
B=33.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711871820.0900.030.27161.2510.5370.2
HexABBBB69031Ba1b46
Octal25327326611033324113106
Binary1010101110111011101101101001011110111010000110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBBB6; }

 p { color: rgb(171,187,182); }

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

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

 a { background-color: rgb(171,187,182); }

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

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

 span { border-color: rgb(171,187,182); }

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