Html Css Color HEX #AEBDC6 Heather

📋 copy color: '#AEBDC6'

red 174 ◦ green 189 ◦ blue 198

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

Shades of Heather #AEBDC6

Tints of Heather #AEBDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.29%

R = 31.02%
G = 33.69%
B = 35.29%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AEBDC6 (or 0xAEBDC6) is known color: Heather. HEX triplet: AE, BD and C6. RGB value is (174,189,198). Sum of RGB (Red+Green+Blue) = 174+189+198=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 198 (77.73% from 255 or 35.29% from 561); Max value from RGB is 198 - color contains mainly: blue. Hex color #AEBDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDC6 is #514239. Grayscale: #B9B9B9. Windows color (decimal): -5325370 or 13024686. OLE color: 13024686.

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

Color convert

RGB 174 189 198 -
CMYK 0.12 0.05 0 0.22
HSL 202.5º 0.17% 0.73% -
HSV(B) 202.5º 0.12% 0.78% -
XYZ 45.85 49.47 60.56 -
YUV 185.54 135.03 119.77 -
System Red Green Blue C M Y K H S L
Decimal 174 189 198 0.12 0.05 0 0.22 202.5 0.17 0.73
Hex AE BD C6 C 5 0 16 CA 11 49
Octal 256 275 306 14 5 0 26 312 21 111
Binary 10101110 10111101 11000110 1100 101 0 10110 11001010 10001 1001001

Color Harmonies of #AEBDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBDC6

Black with #AEBDC6

Text Example


Text Example

White with #AEBDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBDC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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