Html Css Color HEX #AEBBC0 Heather

📋 copy color: '#AEBBC0'

red 174 ◦ green 187 ◦ blue 192

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

Shades of Heather #AEBBC0

Tints of Heather #AEBBC0

RGB

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

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

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

R = 31.46%
G = 33.82%
B = 34.72%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AEBBC0 (or 0xAEBBC0) is known color: Heather. HEX triplet: AE, BB and C0. RGB value is (174,187,192). Sum of RGB (Red+Green+Blue) = 174+187+192=553 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.46% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 192 - color contains mainly: blue. Hex color #AEBBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBC0 is #51443F. Grayscale: #B7B7B7. Windows color (decimal): -5325888 or 12630958. OLE color: 12630958.

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

Color convert

RGB 174 187 192 -
CMYK 0.09 0.03 0 0.25
HSL 196.67º 0.13% 0.72% -
HSV(B) 196.67º 0.09% 0.75% -
XYZ 44.74 48.35 56.84 -
YUV 183.68 132.69 121.09 -
System Red Green Blue C M Y K H S L
Decimal 174 187 192 0.09 0.03 0 0.25 196.67 0.13 0.72
Hex AE BB C0 9 3 0 19 C5 C 48
Octal 256 273 300 11 3 0 31 305 14 110
Binary 10101110 10111011 11000000 1001 11 0 11001 11000101 1100 1001000

Color Harmonies of #AEBBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBBC0

Black with #AEBBC0

Text Example


Text Example

White with #AEBBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBBC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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