Html Css Color HEX #AEBEC4 Heather

📋 copy color: '#AEBEC4'

red 174 ◦ green 190 ◦ blue 196

#AEBEC4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heather #AEBEC4

Tints of Heather #AEBEC4

RGB

 RED value IS 174 (68.36% from 255) = 31.07%

 GREEN value IS 190 (74.61% from 255) = 33.93%

 BLUE value IS 196 (76.95% from 255) = 35%

R = 31.07%
G = 33.93%
B = 35%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AEBEC4 (or 0xAEBEC4) is known color: Heather. HEX triplet: AE, BE and C4. RGB value is (174,190,196). Sum of RGB (Red+Green+Blue) = 174+190+196=560 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.07% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 196 (76.95% from 255 or 35% from 560); Max value from RGB is 196 - color contains mainly: blue. Hex color #AEBEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBEC4 is #51413B. Grayscale: #B9B9B9. Windows color (decimal): -5325116 or 12893870. OLE color: 12893870.

HSL color Cylindrical-coordinate representation of color #AEBEC4: hue angle of 196.36º degrees, saturation: 0.16, 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 #AEBEC4 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 174 190 196 -
CMYK 0.11 0.03 0 0.23
HSL 196.36º 0.16% 0.73% -
HSV(B) 196.36º 0.11% 0.77% -
XYZ 45.83 49.81 59.42 -
YUV 185.9 133.7 119.51 -
System Red Green Blue C M Y K H S L
Decimal 174 190 196 0.11 0.03 0 0.23 196.36 0.16 0.73
Hex AE BE C4 B 3 0 17 C4 10 49
Octal 256 276 304 13 3 0 27 304 20 111
Binary 10101110 10111110 11000100 1011 11 0 10111 11000100 10000 1001001

Color Harmonies of #AEBEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBEC4

Black with #AEBEC4

Text Example


Text Example

White with #AEBEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBEC4; }

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

 H1.HeaderClassName
 {
   color: #AEBEC4;
 }
 .AnyTagClassName
 {
   color: #AEBEC4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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