#AFBBB6

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

Shades of Periglacial Blue #AFBBB6

Tints of Periglacial Blue #AFBBB6

Color information

#AFBBB6 (or 0xAFBBB6) is unknown color: approx Periglacial Blue. HEX triplet: AF, BB and B6. RGB value is (175,187,182). Sum of RGB (Red+Green+Blue) = 175+187+182=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 182 (71.48% from 255 or 33.46% from 544); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBBB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBB6 is #504449. Grayscale: #B6B6B6. Windows color (decimal): -5260362 or 11975599. OLE color: 11975599.

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

Color convert

RGB175187182-
CMYK0.0600.030.27
HSL155º8.11%70.98%-
HSV(B)155º6.42%73.33%-
XYZ43.8948.0351.21-
YUV182.84127.52122.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.17%
GREEN value IS 187 (73.44% from 255) = 34.38%
BLUE value IS 182 (71.48% from 255) = 33.46%
R=32.17%
G=34.38%
B=33.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751871820.0600.030.271558.1170.98
HexAFBBB66031B9b847
Octal2572732666033323310107
Binary101011111011101110110110110011110111001101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBBB6; }

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

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

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

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

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

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

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

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