Html Css Color HEX #AEBDC5 Heather

📋 copy color: '#AEBDC5'

red 174 ◦ green 189 ◦ blue 197

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

Shades of Heather #AEBDC5

Tints of Heather #AEBDC5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.75%

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

R = 31.07%
G = 33.75%
B = 35.18%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AEBDC5 (or 0xAEBDC5) is known color: Heather. HEX triplet: AE, BD and C5. RGB value is (174,189,197). Sum of RGB (Red+Green+Blue) = 174+189+197=560 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.07% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 197 (77.34% from 255 or 35.18% from 560); Max value from RGB is 197 - color contains mainly: blue. Hex color #AEBDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDC5 is #51423A. Grayscale: #B9B9B9. Windows color (decimal): -5325371 or 12959150. OLE color: 12959150.

HSL color Cylindrical-coordinate representation of color #AEBDC5: hue angle of 200.87º 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 #AEBDC5 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 174 189 197 -
CMYK 0.12 0.04 0 0.23
HSL 200.87º 0.17% 0.73% -
HSV(B) 200.87º 0.12% 0.77% -
XYZ 45.73 49.43 59.95 -
YUV 185.43 134.53 119.85 -
System Red Green Blue C M Y K H S L
Decimal 174 189 197 0.12 0.04 0 0.23 200.87 0.17 0.73
Hex AE BD C5 C 4 0 17 C9 11 49
Octal 256 275 305 14 4 0 27 311 21 111
Binary 10101110 10111101 11000101 1100 100 0 10111 11001001 10001 1001001

Color Harmonies of #AEBDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBDC5

Black with #AEBDC5

Text Example


Text Example

White with #AEBDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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