Html Css Color HEX #AEBFC5 Heather

📋 copy color: '#AEBFC5'

red 174 ◦ green 191 ◦ blue 197

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

Shades of Heather #AEBFC5

Tints of Heather #AEBFC5

RGB

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

 GREEN value IS 191 (75% from 255) = 33.99%

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

R = 30.96%
G = 33.99%
B = 35.05%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AEBFC5 (or 0xAEBFC5) is known color: Heather. HEX triplet: AE, BF and C5. RGB value is (174,191,197). Sum of RGB (Red+Green+Blue) = 174+191+197=562 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.96% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 197 (77.34% from 255 or 35.05% from 562); Max value from RGB is 197 - color contains mainly: blue. Hex color #AEBFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFC5 is #51403A. Grayscale: #BABABA. Windows color (decimal): -5324859 or 12959662. OLE color: 12959662.

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

Color convert

RGB 174 191 197 -
CMYK 0.12 0.03 0 0.23
HSL 195.65º 0.17% 0.73% -
HSV(B) 195.65º 0.12% 0.77% -
XYZ 46.16 50.29 60.1 -
YUV 186.6 133.87 119.01 -
System Red Green Blue C M Y K H S L
Decimal 174 191 197 0.12 0.03 0 0.23 195.65 0.17 0.73
Hex AE BF C5 C 3 0 17 C4 11 49
Octal 256 277 305 14 3 0 27 304 21 111
Binary 10101110 10111111 11000101 1100 11 0 10111 11000100 10001 1001001

Color Harmonies of #AEBFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBFC5

Black with #AEBFC5

Text Example


Text Example

White with #AEBFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBFC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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