#AFBCC1

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

Shades of Heather #AFBCC1

Tints of Heather #AFBCC1

Color information

#AFBCC1 (or 0xAFBCC1) is unknown color: approx Heather. HEX triplet: AF, BC and C1. RGB value is (175,188,193). Sum of RGB (Red+Green+Blue) = 175+188+193=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 193 (75.78% from 255 or 34.71% from 556); Max value from RGB is 193 - color contains mainly: blue. Hex color #AFBCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCC1 is #50433E. Grayscale: #B8B8B8. Windows color (decimal): -5260095 or 12696751. OLE color: 12696751.

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

Color convert

RGB175188193-
CMYK0.090.0300.24
HSL196.67º12.68%72.16%-
HSV(B)196.67º9.33%75.69%-
XYZ45.2948.9357.51-
YUV184.68132.69121.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.47%
GREEN value IS 188 (73.83% from 255) = 33.81%
BLUE value IS 193 (75.78% from 255) = 34.71%
R=31.47%
G=33.81%
B=34.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751881930.090.0300.24196.6712.6872.16
HexAFBCC193018c5d48
Octal25727430111303030515110
Binary1010111110111100110000011001110110001100010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBCC1; }

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

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

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

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

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

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

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

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