Html Css Color HEX #AEB4BA Heather

📋 copy color: '#AEB4BA'

red 174 ◦ green 180 ◦ blue 186

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

Shades of Heather #AEB4BA

Tints of Heather #AEB4BA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.33%

 BLUE value IS 186 (73.05% from 255) = 34.44%

R = 32.22%
G = 33.33%
B = 34.44%

CMYK

 C value IS 0.06

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AEB4BA (or 0xAEB4BA) is known color: Heather. HEX triplet: AE, B4 and BA. RGB value is (174,180,186). Sum of RGB (Red+Green+Blue) = 174+180+186=540 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.22% from 540); Green value is 180 (70.70% from 255 or 33.33% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 186 - color contains mainly: blue. Hex color #AEB4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB4BA is #514B45. Grayscale: #B2B2B2. Windows color (decimal): -5327686 or 12235950. OLE color: 12235950.

HSL color Cylindrical-coordinate representation of color #AEB4BA: hue angle of 210º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AEB4BA is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 180 186 -
CMYK 0.06 0.03 0 0.27
HSL 210º 0.08% 0.71% -
HSV(B) 210º 0.06% 0.73% -
XYZ 42.64 45.19 52.93 -
YUV 178.89 132.01 124.51 -
System Red Green Blue C M Y K H S L
Decimal 174 180 186 0.06 0.03 0 0.27 210 0.08 0.71
Hex AE B4 BA 6 3 0 1B D2 8 47
Octal 256 264 272 6 3 0 33 322 10 107
Binary 10101110 10110100 10111010 110 11 0 11011 11010010 1000 1000111

Color Harmonies of #AEB4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB4BA

Black with #AEB4BA

Text Example


Text Example

White with #AEB4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB4BA; }

 p { color: rgb(174,180,186); }

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

background-color css

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

 a { background-color: rgb(174,180,186); }

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

border-color css

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

 span { border-color: rgb(174,180,186); }

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