#AFB6BD

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

Shades of Heather #AFB6BD

Tints of Heather #AFB6BD

Color information

#AFB6BD (or 0xAFB6BD) is unknown color: approx Heather. HEX triplet: AF, B6 and BD. RGB value is (175,182,189). Sum of RGB (Red+Green+Blue) = 175+182+189=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 182 (71.48% from 255 or 33.33% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 189 - color contains mainly: blue. Hex color #AFB6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB6BD is #504942. Grayscale: #B4B4B4. Windows color (decimal): -5261635 or 12433071. OLE color: 12433071.

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

Color convert

RGB175182189-
CMYK0.070.0400.26
HSL210º9.59%71.37%-
HSV(B)210º7.41%74.12%-
XYZ43.5946.2454.77-
YUV180.7132.68123.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.05%
GREEN value IS 182 (71.48% from 255) = 33.33%
BLUE value IS 189 (74.22% from 255) = 34.62%
R=32.05%
G=33.33%
B=34.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751821890.070.0400.262109.5971.37
HexAFB6BD7401Ad2a47
Octal2572662757403232212107
Binary1010111110110110101111011111000110101101001010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB6BD; }

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

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

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

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

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

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

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

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