#AFBBB7

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

Shades of Periglacial Blue #AFBBB7

Tints of Periglacial Blue #AFBBB7

Color information

#AFBBB7 (or 0xAFBBB7) is unknown color: approx Periglacial Blue. HEX triplet: AF, BB and B7. RGB value is (175,187,183). Sum of RGB (Red+Green+Blue) = 175+187+183=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 183 (71.88% from 255 or 33.58% from 545); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBBB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBB7 is #504448. Grayscale: #B6B6B6. Windows color (decimal): -5260361 or 12041135. OLE color: 12041135.

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

Color convert

RGB175187183-
CMYK0.0600.020.27
HSL160º8.11%70.98%-
HSV(B)160º6.42%73.33%-
XYZ4448.0751.76-
YUV182.96128.02122.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.11%
GREEN value IS 187 (73.44% from 255) = 34.31%
BLUE value IS 183 (71.88% from 255) = 33.58%
R=32.11%
G=34.31%
B=33.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751871830.0600.020.271608.1170.98
HexAFBBB76021Ba0847
Octal2572732676023324010107
Binary101011111011101110110111110010110111010000010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBBB7; }

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

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

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

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

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

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

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

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