Html Css Color HEX #AEBCC0 Heather

📋 copy color: '#AEBCC0'

red 174 ◦ green 188 ◦ blue 192

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

Shades of Heather #AEBCC0

Tints of Heather #AEBCC0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.94%

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

R = 31.41%
G = 33.94%
B = 34.66%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AEBCC0 (or 0xAEBCC0) is known color: Heather. HEX triplet: AE, BC and C0. RGB value is (174,188,192). Sum of RGB (Red+Green+Blue) = 174+188+192=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 192 - color contains mainly: blue. Hex color #AEBCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCC0 is #51433F. Grayscale: #B8B8B8. Windows color (decimal): -5325632 or 12631214. OLE color: 12631214.

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

Color convert

RGB 174 188 192 -
CMYK 0.09 0.02 0 0.25
HSL 193.33º 0.13% 0.72% -
HSV(B) 193.33º 0.09% 0.75% -
XYZ 44.95 48.77 56.91 -
YUV 184.27 132.36 120.67 -
System Red Green Blue C M Y K H S L
Decimal 174 188 192 0.09 0.02 0 0.25 193.33 0.13 0.72
Hex AE BC C0 9 2 0 19 C1 C 48
Octal 256 274 300 11 2 0 31 301 14 110
Binary 10101110 10111100 11000000 1001 10 0 11001 11000001 1100 1001000

Color Harmonies of #AEBCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBCC0

Black with #AEBCC0

Text Example


Text Example

White with #AEBCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBCC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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