#AFBBC4

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

Shades of Heather #AFBBC4

Tints of Heather #AFBBC4

Color information

#AFBBC4 (or 0xAFBBC4) is unknown color: approx Heather. HEX triplet: AF, BB and C4. RGB value is (175,187,196). Sum of RGB (Red+Green+Blue) = 175+187+196=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 196 (76.95% from 255 or 35.13% from 558); Max value from RGB is 196 - color contains mainly: blue. Hex color #AFBBC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBC4 is #50443B. Grayscale: #B8B8B8. Windows color (decimal): -5260348 or 12893103. OLE color: 12893103.

HSL color Cylindrical-coordinate representation of color #AFBBC4: hue angle of 205.71º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFBBC4 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB175187196-
CMYK0.110.0500.23
HSL205.71º15.11%72.75%-
HSV(B)205.71º10.71%76.86%-
XYZ45.4148.6459.22-
YUV184.44134.52121.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.36%
GREEN value IS 187 (73.44% from 255) = 33.51%
BLUE value IS 196 (76.95% from 255) = 35.13%
R=31.36%
G=33.51%
B=35.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751871960.110.0500.23205.7115.1172.75
HexAFBBC4B5017cef49
Octal25727330413502731617111
Binary10101111101110111100010010111010101111100111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBBC4; }

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

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

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

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

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

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

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

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