#AFB5BB

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

Shades of Heather #AFB5BB

Tints of Heather #AFB5BB

Color information

#AFB5BB (or 0xAFB5BB) is unknown color: approx Heather. HEX triplet: AF, B5 and BB. RGB value is (175,181,187). Sum of RGB (Red+Green+Blue) = 175+181+187=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 181 (71.09% from 255 or 33.33% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 187 - color contains mainly: blue. Hex color #AFB5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB5BB is #504A44. Grayscale: #B3B3B3. Windows color (decimal): -5261893 or 12301743. OLE color: 12301743.

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

Color convert

RGB175181187-
CMYK0.060.0300.27
HSL210º8.11%70.98%-
HSV(B)210º6.42%73.33%-
XYZ43.1745.7553.57-
YUV179.89132.01124.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.23%
GREEN value IS 181 (71.09% from 255) = 33.33%
BLUE value IS 187 (73.44% from 255) = 34.44%
R=32.23%
G=33.33%
B=34.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751811870.060.0300.272108.1170.98
HexAFB5BB6301Bd2847
Octal2572652736303332210107
Binary101011111011010110111011110110110111101001010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB5BB; }

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

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

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

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

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

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

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

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