Html Css Color HEX #AEB9BF Heather

📋 copy color: '#AEB9BF'

red 174 ◦ green 185 ◦ blue 191

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

Shades of Heather #AEB9BF

Tints of Heather #AEB9BF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.64%

 BLUE value IS 191 (75% from 255) = 34.73%

R = 31.64%
G = 33.64%
B = 34.73%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AEB9BF (or 0xAEB9BF) is known color: Heather. HEX triplet: AE, B9 and BF. RGB value is (174,185,191). Sum of RGB (Red+Green+Blue) = 174+185+191=550 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.64% from 550); Green value is 185 (72.66% from 255 or 33.64% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 191 - color contains mainly: blue. Hex color #AEB9BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB9BF is #514640. Grayscale: #B6B6B6. Windows color (decimal): -5326401 or 12564910. OLE color: 12564910.

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

Color convert

RGB 174 185 191 -
CMYK 0.09 0.03 0 0.25
HSL 201.18º 0.12% 0.72% -
HSV(B) 201.18º 0.09% 0.75% -
XYZ 44.21 47.46 56.12 -
YUV 182.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 174 185 191 0.09 0.03 0 0.25 201.18 0.12 0.72
Hex AE B9 BF 9 3 0 19 C9 C 48
Octal 256 271 277 11 3 0 31 311 14 110
Binary 10101110 10111001 10111111 1001 11 0 11001 11001001 1100 1001000

Color Harmonies of #AEB9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB9BF

Black with #AEB9BF

Text Example


Text Example

White with #AEB9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB9BF; }

 p { color: rgb(174,185,191); }

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

background-color css

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

 a { background-color: rgb(174,185,191); }

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

border-color css

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

 span { border-color: rgb(174,185,191); }

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