#AFBDC2

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

Shades of Heather #AFBDC2

Tints of Heather #AFBDC2

Color information

#AFBDC2 (or 0xAFBDC2) is unknown color: approx Heather. HEX triplet: AF, BD and C2. RGB value is (175,189,194). Sum of RGB (Red+Green+Blue) = 175+189+194=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 194 (76.17% from 255 or 34.77% from 558); Max value from RGB is 194 - color contains mainly: blue. Hex color #AFBDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDC2 is #50423D. Grayscale: #B9B9B9. Windows color (decimal): -5259838 or 12762543. OLE color: 12762543.

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

Color convert

RGB175189194-
CMYK0.100.0300.24
HSL195.79º13.48%72.35%-
HSV(B)195.79º9.79%76.08%-
XYZ45.6149.458.17-
YUV185.38132.86120.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.36%
GREEN value IS 189 (74.22% from 255) = 33.87%
BLUE value IS 194 (76.17% from 255) = 34.77%
R=31.36%
G=33.87%
B=34.77%

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
Decimal1751891940.100.0300.24195.7913.4872.35
HexAFBDC2A3018c4d48
Octal25727530212303030415110
Binary1010111110111101110000101010110110001100010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDC2; }

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

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

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

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

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

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

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

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