Html Css Color HEX #AEBAC0 Heather

📋 copy color: '#AEBAC0'

red 174 ◦ green 186 ◦ blue 192

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

Shades of Heather #AEBAC0

Tints of Heather #AEBAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.78%

R = 31.52%
G = 33.7%
B = 34.78%

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

#AEBAC0 (or 0xAEBAC0) is known color: Heather. HEX triplet: AE, BA and C0. RGB value is (174,186,192). Sum of RGB (Red+Green+Blue) = 174+186+192=552 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.52% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 192 - color contains mainly: blue. Hex color #AEBAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBAC0 is #51453F. Grayscale: #B7B7B7. Windows color (decimal): -5326144 or 12630702. OLE color: 12630702.

HSL color Cylindrical-coordinate representation of color #AEBAC0: hue angle of 200º 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 #AEBAC0 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 186 192 -
CMYK 0.09 0.03 0 0.25
HSL 200º 0.13% 0.72% -
HSV(B) 200º 0.09% 0.75% -
XYZ 44.53 47.92 56.77 -
YUV 183.1 133.02 121.51 -
System Red Green Blue C M Y K H S L
Decimal 174 186 192 0.09 0.03 0 0.25 200 0.13 0.72
Hex AE BA C0 9 3 0 19 C8 C 48
Octal 256 272 300 11 3 0 31 310 14 110
Binary 10101110 10111010 11000000 1001 11 0 11001 11001000 1100 1001000

Color Harmonies of #AEBAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBAC0

Black with #AEBAC0

Text Example


Text Example

White with #AEBAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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