#AFBABE

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

Shades of Heather #AFBABE

Tints of Heather #AFBABE

Color information

#AFBABE (or 0xAFBABE) is unknown color: approx Heather. HEX triplet: AF, BA and BE. RGB value is (175,186,190). Sum of RGB (Red+Green+Blue) = 175+186+190=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 190 - color contains mainly: blue. Hex color #AFBABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBABE is #504541. Grayscale: #B7B7B7. Windows color (decimal): -5260610 or 12499631. OLE color: 12499631.

HSL color Cylindrical-coordinate representation of color #AFBABE: hue angle of 196º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AFBABE is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175186190-
CMYK0.080.0200.25
HSL196º10.34%71.57%-
HSV(B)196º7.89%74.51%-
XYZ44.5347.9555.62-
YUV183.17131.86122.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.76%
GREEN value IS 186 (73.05% from 255) = 33.76%
BLUE value IS 190 (74.61% from 255) = 34.48%
R=31.76%
G=33.76%
B=34.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751861900.080.0200.2519610.3471.57
HexAFBABE82019c4a48
Octal25727227610203130412110
Binary1010111110111010101111101000100110011100010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBABE; }

 p { color: rgb(175,186,190); }

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

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

 a { background-color: rgb(175,186,190); }

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

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

 span { border-color: rgb(175,186,190); }

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