#AFB7BE

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

Shades of Heather #AFB7BE

Tints of Heather #AFB7BE

Color information

#AFB7BE (or 0xAFB7BE) is unknown color: approx Heather. HEX triplet: AF, B7 and BE. RGB value is (175,183,190). Sum of RGB (Red+Green+Blue) = 175+183+190=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 183 (71.88% from 255 or 33.39% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 190 - color contains mainly: blue. Hex color #AFB7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB7BE is #504841. Grayscale: #B5B5B5. Windows color (decimal): -5261378 or 12498863. OLE color: 12498863.

HSL color Cylindrical-coordinate representation of color #AFB7BE: hue angle of 208º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AFB7BE is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175183190-
CMYK0.080.0400.25
HSL208º10.34%71.57%-
HSV(B)208º7.89%74.51%-
XYZ43.9146.755.41-
YUV181.41132.85123.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.93%
GREEN value IS 183 (71.88% from 255) = 33.39%
BLUE value IS 190 (74.61% from 255) = 34.67%
R=31.93%
G=33.39%
B=34.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751831900.080.0400.2520810.3471.57
HexAFB7BE84019d0a48
Octal25726727610403132012110
Binary10101111101101111011111010001000110011101000010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB7BE; }

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

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

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

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

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

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

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

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