Html Css Color HEX #AEBBC2 Heather

📋 copy color: '#AEBBC2'

red 174 ◦ green 187 ◦ blue 194

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

Shades of Heather #AEBBC2

Tints of Heather #AEBBC2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.69%

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

R = 31.35%
G = 33.69%
B = 34.95%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AEBBC2 (or 0xAEBBC2) is known color: Heather. HEX triplet: AE, BB and C2. RGB value is (174,187,194). Sum of RGB (Red+Green+Blue) = 174+187+194=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 194 (76.17% from 255 or 34.95% from 555); Max value from RGB is 194 - color contains mainly: blue. Hex color #AEBBC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBC2 is #51443D. Grayscale: #B7B7B7. Windows color (decimal): -5325886 or 12762030. OLE color: 12762030.

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

Color convert

RGB 174 187 194 -
CMYK 0.10 0.04 0 0.24
HSL 201º 0.14% 0.72% -
HSV(B) 201º 0.1% 0.76% -
XYZ 44.96 48.43 58.02 -
YUV 183.91 133.69 120.93 -
System Red Green Blue C M Y K H S L
Decimal 174 187 194 0.10 0.04 0 0.24 201 0.14 0.72
Hex AE BB C2 A 4 0 18 C9 E 48
Octal 256 273 302 12 4 0 30 311 16 110
Binary 10101110 10111011 11000010 1010 100 0 11000 11001001 1110 1001000

Color Harmonies of #AEBBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBBC2

Black with #AEBBC2

Text Example


Text Example

White with #AEBBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBBC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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