Html Css Color HEX #AEBDC2 Heather

📋 copy color: '#AEBDC2'

red 174 ◦ green 189 ◦ blue 194

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

Shades of Heather #AEBDC2

Tints of Heather #AEBDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.83%

R = 31.24%
G = 33.93%
B = 34.83%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AEBDC2 (or 0xAEBDC2) is known color: Heather. HEX triplet: AE, BD and C2. RGB value is (174,189,194). Sum of RGB (Red+Green+Blue) = 174+189+194=557 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.24% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 194 (76.17% from 255 or 34.83% from 557); Max value from RGB is 194 - color contains mainly: blue. Hex color #AEBDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDC2 is #51423D. Grayscale: #B9B9B9. Windows color (decimal): -5325374 or 12762542. OLE color: 12762542.

HSL color Cylindrical-coordinate representation of color #AEBDC2: hue angle of 195º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEBDC2 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 189 194 -
CMYK 0.10 0.03 0 0.24
HSL 195º 0.14% 0.72% -
HSV(B) 195º 0.1% 0.76% -
XYZ 45.39 49.29 58.16 -
YUV 185.09 133.03 120.09 -
System Red Green Blue C M Y K H S L
Decimal 174 189 194 0.10 0.03 0 0.24 195 0.14 0.72
Hex AE BD C2 A 3 0 18 C3 E 48
Octal 256 275 302 12 3 0 30 303 16 110
Binary 10101110 10111101 11000010 1010 11 0 11000 11000011 1110 1001000

Color Harmonies of #AEBDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBDC2

Black with #AEBDC2

Text Example


Text Example

White with #AEBDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBDC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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