Html Css Color HEX #AEBAC7 Heather

📋 copy color: '#AEBAC7'

red 174 ◦ green 186 ◦ blue 199

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

Shades of Heather #AEBAC7

Tints of Heather #AEBAC7

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.27%

 BLUE value IS 199 (78.13% from 255) = 35.6%

R = 31.13%
G = 33.27%
B = 35.6%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AEBAC7 (or 0xAEBAC7) is known color: Heather. HEX triplet: AE, BA and C7. RGB value is (174,186,199). Sum of RGB (Red+Green+Blue) = 174+186+199=559 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.13% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 199 (78.12% from 255 or 35.60% from 559); Max value from RGB is 199 - color contains mainly: blue. Hex color #AEBAC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBAC7 is #514538. Grayscale: #B7B7B7. Windows color (decimal): -5326137 or 13089454. OLE color: 13089454.

HSL color Cylindrical-coordinate representation of color #AEBAC7: hue angle of 211.2º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEBAC7 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 174 186 199 -
CMYK 0.13 0.07 0 0.22
HSL 211.2º 0.18% 0.73% -
HSV(B) 211.2º 0.13% 0.78% -
XYZ 45.32 48.24 60.96 -
YUV 183.89 136.52 120.94 -
System Red Green Blue C M Y K H S L
Decimal 174 186 199 0.13 0.07 0 0.22 211.2 0.18 0.73
Hex AE BA C7 D 7 0 16 D3 12 49
Octal 256 272 307 15 7 0 26 323 22 111
Binary 10101110 10111010 11000111 1101 111 0 10110 11010011 10010 1001001

Color Harmonies of #AEBAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBAC7

Black with #AEBAC7

Text Example


Text Example

White with #AEBAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBAC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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