#AFBBC2

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

Shades of Heather #AFBBC2

Tints of Heather #AFBBC2

Color information

#AFBBC2 (or 0xAFBBC2) is unknown color: approx Heather. HEX triplet: AF, BB and C2. RGB value is (175,187,194). Sum of RGB (Red+Green+Blue) = 175+187+194=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 194 (76.17% from 255 or 34.89% from 556); Max value from RGB is 194 - color contains mainly: blue. Hex color #AFBBC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBC2 is #50443D. Grayscale: #B8B8B8. Windows color (decimal): -5260350 or 12762031. OLE color: 12762031.

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

Color convert

RGB175187194-
CMYK0.100.0400.24
HSL202.11º13.48%72.35%-
HSV(B)202.11º9.79%76.08%-
XYZ45.1948.5558.03-
YUV184.21133.52121.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.47%
GREEN value IS 187 (73.44% from 255) = 33.63%
BLUE value IS 194 (76.17% from 255) = 34.89%
R=31.47%
G=33.63%
B=34.89%

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
Decimal1751871940.100.0400.24202.1113.4872.35
HexAFBBC2A4018cad48
Octal25727330212403031215110
Binary10101111101110111100001010101000110001100101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBBC2; }

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

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

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

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

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

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

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

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