#AFBCC2

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

Shades of Heather #AFBCC2

Tints of Heather #AFBCC2

Color information

#AFBCC2 (or 0xAFBCC2) is unknown color: approx Heather. HEX triplet: AF, BC and C2. RGB value is (175,188,194). Sum of RGB (Red+Green+Blue) = 175+188+194=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 194 (76.17% from 255 or 34.83% from 557); Max value from RGB is 194 - color contains mainly: blue. Hex color #AFBCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCC2 is #50433D. Grayscale: #B8B8B8. Windows color (decimal): -5260094 or 12762287. OLE color: 12762287.

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

Color convert

RGB175188194-
CMYK0.100.0300.24
HSL198.95º13.48%72.35%-
HSV(B)198.95º9.79%76.08%-
XYZ45.448.9858.1-
YUV184.8133.19121.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.42%
GREEN value IS 188 (73.83% from 255) = 33.75%
BLUE value IS 194 (76.17% from 255) = 34.83%
R=31.42%
G=33.75%
B=34.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751881940.100.0300.24198.9513.4872.35
HexAFBCC2A3018c7d48
Octal25727430212303030715110
Binary1010111110111100110000101010110110001100011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBCC2; }

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

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

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

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

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

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

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

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