#AFBCC3

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

Shades of Heather #AFBCC3

Tints of Heather #AFBCC3

Color information

#AFBCC3 (or 0xAFBCC3) is unknown color: approx Heather. HEX triplet: AF, BC and C3. RGB value is (175,188,195). Sum of RGB (Red+Green+Blue) = 175+188+195=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 195 (76.56% from 255 or 34.95% from 558); Max value from RGB is 195 - color contains mainly: blue. Hex color #AFBCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCC3 is #50433C. Grayscale: #B8B8B8. Windows color (decimal): -5260093 or 12827823. OLE color: 12827823.

HSL color Cylindrical-coordinate representation of color #AFBCC3: hue angle of 201º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFBCC3 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB175188195-
CMYK0.100.0400.24
HSL201º14.29%72.55%-
HSV(B)201º10.26%76.47%-
XYZ45.5149.0258.69-
YUV184.91133.69120.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.36%
GREEN value IS 188 (73.83% from 255) = 33.69%
BLUE value IS 195 (76.56% from 255) = 34.95%
R=31.36%
G=33.69%
B=34.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751881950.100.0400.2420114.2972.55
HexAFBCC3A4018c9e49
Octal25727430312403031116111
Binary10101111101111001100001110101000110001100100111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBCC3; }

 p { color: rgb(175,188,195); }

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

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

 a { background-color: rgb(175,188,195); }

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

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

 span { border-color: rgb(175,188,195); }

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