#AFAEBE

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

Shades of Blue Haze #AFAEBE

Tints of Blue Haze #AFAEBE

Color information

#AFAEBE (or 0xAFAEBE) is unknown color: approx Blue Haze. HEX triplet: AF, AE and BE. RGB value is (175,174,190). Sum of RGB (Red+Green+Blue) = 175+174+190=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 190 - color contains mainly: blue. Hex color #AFAEBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAEBE is #505141. Grayscale: #B0B0B0. Windows color (decimal): -5263682 or 12496559. OLE color: 12496559.

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

Color convert

RGB175174190-
CMYK0.080.0800.25
HSL243.75º10.96%71.37%-
HSV(B)243.75º8.42%74.51%-
XYZ42.1143.154.82-
YUV176.12135.83127.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.47%
GREEN value IS 174 (68.36% from 255) = 32.28%
BLUE value IS 190 (74.61% from 255) = 35.25%
R=32.47%
G=32.28%
B=35.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751741900.080.0800.25243.7510.9671.37
HexAFAEBE88019f4b47
Octal257256276101003136413107
Binary101011111010111010111110100010000110011111010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAEBE; }

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

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

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

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

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

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

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

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