#AFBDB8

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

Shades of Periglacial Blue #AFBDB8

Tints of Periglacial Blue #AFBDB8

Color information

#AFBDB8 (or 0xAFBDB8) is unknown color: approx Periglacial Blue. HEX triplet: AF, BD and B8. RGB value is (175,189,184). Sum of RGB (Red+Green+Blue) = 175+189+184=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 184 (72.27% from 255 or 33.58% from 548); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDB8 is #504247. Grayscale: #B8B8B8. Windows color (decimal): -5259848 or 12107183. OLE color: 12107183.

HSL color Cylindrical-coordinate representation of color #AFBDB8: hue angle of 158.57º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFBDB8 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB175189184-
CMYK0.0700.030.26
HSL158.57º9.59%71.37%-
HSV(B)158.57º7.41%74.12%-
XYZ44.5348.9752.45-
YUV184.24127.86121.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.93%
GREEN value IS 189 (74.22% from 255) = 34.49%
BLUE value IS 184 (72.27% from 255) = 33.58%
R=31.93%
G=34.49%
B=33.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751891840.0700.030.26158.579.5971.37
HexAFBDB87031A9fa47
Octal2572752707033223712107
Binary101011111011110110111000111011110101001111110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDB8; }

 p { color: rgb(175,189,184); }

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

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

 a { background-color: rgb(175,189,184); }

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

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

 span { border-color: rgb(175,189,184); }

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