Html Css Color HEX #AEB5BE Heather

📋 copy color: '#AEB5BE'

red 174 ◦ green 181 ◦ blue 190

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

Shades of Heather #AEB5BE

Tints of Heather #AEB5BE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.21%

 BLUE value IS 190 (74.61% from 255) = 34.86%

R = 31.93%
G = 33.21%
B = 34.86%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AEB5BE (or 0xAEB5BE) is known color: Heather. HEX triplet: AE, B5 and BE. RGB value is (174,181,190). Sum of RGB (Red+Green+Blue) = 174+181+190=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 181 (71.09% from 255 or 33.21% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 190 - color contains mainly: blue. Hex color #AEB5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB5BE is #514A41. Grayscale: #B3B3B3. Windows color (decimal): -5327426 or 12498350. OLE color: 12498350.

HSL color Cylindrical-coordinate representation of color #AEB5BE: hue angle of 213.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 #AEB5BE is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 181 190 -
CMYK 0.08 0.05 0 0.25
HSL 213.75º 0.11% 0.71% -
HSV(B) 213.75º 0.08% 0.75% -
XYZ 43.27 45.76 55.27 -
YUV 179.93 133.68 123.77 -
System Red Green Blue C M Y K H S L
Decimal 174 181 190 0.08 0.05 0 0.25 213.75 0.11 0.71
Hex AE B5 BE 8 5 0 19 D6 B 47
Octal 256 265 276 10 5 0 31 326 13 107
Binary 10101110 10110101 10111110 1000 101 0 11001 11010110 1011 1000111

Color Harmonies of #AEB5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB5BE

Black with #AEB5BE

Text Example


Text Example

White with #AEB5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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