Html Css Color HEX #AEBFC8 Heather

📋 copy color: '#AEBFC8'

red 174 ◦ green 191 ◦ blue 200

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

Shades of Heather #AEBFC8

Tints of Heather #AEBFC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.4%

R = 30.8%
G = 33.81%
B = 35.4%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AEBFC8 (or 0xAEBFC8) is known color: Heather. HEX triplet: AE, BF and C8. RGB value is (174,191,200). Sum of RGB (Red+Green+Blue) = 174+191+200=565 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.80% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 200 (78.52% from 255 or 35.40% from 565); Max value from RGB is 200 - color contains mainly: blue. Hex color #AEBFC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFC8 is #514037. Grayscale: #BABABA. Windows color (decimal): -5324856 or 13156270. OLE color: 13156270.

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

Color convert

RGB 174 191 200 -
CMYK 0.13 0.04 0 0.22
HSL 200.77º 0.19% 0.73% -
HSV(B) 200.77º 0.13% 0.78% -
XYZ 46.51 50.43 61.93 -
YUV 186.94 135.37 118.77 -
System Red Green Blue C M Y K H S L
Decimal 174 191 200 0.13 0.04 0 0.22 200.77 0.19 0.73
Hex AE BF C8 D 4 0 16 C9 13 49
Octal 256 277 310 15 4 0 26 311 23 111
Binary 10101110 10111111 11001000 1101 100 0 10110 11001001 10011 1001001

Color Harmonies of #AEBFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBFC8

Black with #AEBFC8

Text Example


Text Example

White with #AEBFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBFC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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