Html Css Color HEX #AEB8BD Heather

📋 copy color: '#AEB8BD'

red 174 ◦ green 184 ◦ blue 189

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

Shades of Heather #AEB8BD

Tints of Heather #AEB8BD

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.64%

 BLUE value IS 189 (74.22% from 255) = 34.55%

R = 31.81%
G = 33.64%
B = 34.55%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AEB8BD (or 0xAEB8BD) is known color: Heather. HEX triplet: AE, B8 and BD. RGB value is (174,184,189). Sum of RGB (Red+Green+Blue) = 174+184+189=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 184 (72.27% from 255 or 33.64% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 189 - color contains mainly: blue. Hex color #AEB8BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB8BD is #514742. Grayscale: #B5B5B5. Windows color (decimal): -5326659 or 12433582. OLE color: 12433582.

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

Color convert

RGB 174 184 189 -
CMYK 0.08 0.03 0 0.26
HSL 200º 0.1% 0.71% -
HSV(B) 200º 0.08% 0.74% -
XYZ 43.78 46.95 54.9 -
YUV 181.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 174 184 189 0.08 0.03 0 0.26 200 0.1 0.71
Hex AE B8 BD 8 3 0 1A C8 A 47
Octal 256 270 275 10 3 0 32 310 12 107
Binary 10101110 10111000 10111101 1000 11 0 11010 11001000 1010 1000111

Color Harmonies of #AEB8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB8BD

Black with #AEB8BD

Text Example


Text Example

White with #AEB8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB8BD; }

 p { color: rgb(174,184,189); }

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

background-color css

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

 a { background-color: rgb(174,184,189); }

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

border-color css

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

 span { border-color: rgb(174,184,189); }

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