#AFB8C1

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

Shades of Heather #AFB8C1

Tints of Heather #AFB8C1

Color information

#AFB8C1 (or 0xAFB8C1) is unknown color: approx Heather. HEX triplet: AF, B8 and C1. RGB value is (175,184,193). Sum of RGB (Red+Green+Blue) = 175+184+193=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 184 (72.27% from 255 or 33.33% from 552); Blue value is 193 (75.78% from 255 or 34.96% from 552); Max value from RGB is 193 - color contains mainly: blue. Hex color #AFB8C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB8C1 is #50473E. Grayscale: #B6B6B6. Windows color (decimal): -5261119 or 12695727. OLE color: 12695727.

HSL color Cylindrical-coordinate representation of color #AFB8C1: hue angle of 210º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFB8C1 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB175184193-
CMYK0.090.0500.24
HSL210º12.68%72.16%-
HSV(B)210º9.33%75.69%-
XYZ44.4547.2557.23-
YUV182.34134.02122.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.70%
GREEN value IS 184 (72.27% from 255) = 33.33%
BLUE value IS 193 (75.78% from 255) = 34.96%
R=31.70%
G=33.33%
B=34.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751841930.090.0500.2421012.6872.16
HexAFB8C195018d2d48
Octal25727030111503032215110
Binary10101111101110001100000110011010110001101001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB8C1; }

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

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

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

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

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

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

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

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