Html Css Color HEX #AEC0C5 Heather

📋 copy color: '#AEC0C5'

red 174 ◦ green 192 ◦ blue 197

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

Shades of Heather #AEC0C5

Tints of Heather #AEC0C5

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.1%

 BLUE value IS 197 (77.34% from 255) = 34.99%

R = 30.91%
G = 34.1%
B = 34.99%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AEC0C5 (or 0xAEC0C5) is known color: Heather. HEX triplet: AE, C0 and C5. RGB value is (174,192,197). Sum of RGB (Red+Green+Blue) = 174+192+197=563 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.91% from 563); Green value is 192 (75.39% from 255 or 34.10% from 563); Blue value is 197 (77.34% from 255 or 34.99% from 563); Max value from RGB is 197 - color contains mainly: blue. Hex color #AEC0C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC0C5 is #513F3A. Grayscale: #BBBBBB. Windows color (decimal): -5324603 or 12959918. OLE color: 12959918.

HSL color Cylindrical-coordinate representation of color #AEC0C5: hue angle of 193.04º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEC0C5 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 174 192 197 -
CMYK 0.12 0.03 0 0.23
HSL 193.04º 0.17% 0.73% -
HSV(B) 193.04º 0.12% 0.77% -
XYZ 46.38 50.73 60.17 -
YUV 187.19 133.54 118.59 -
System Red Green Blue C M Y K H S L
Decimal 174 192 197 0.12 0.03 0 0.23 193.04 0.17 0.73
Hex AE C0 C5 C 3 0 17 C1 11 49
Octal 256 300 305 14 3 0 27 301 21 111
Binary 10101110 11000000 11000101 1100 11 0 10111 11000001 10001 1001001

Color Harmonies of #AEC0C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC0C5

Black with #AEC0C5

Text Example


Text Example

White with #AEC0C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC0C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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