Html Css Color HEX #AEBFC9 Heather

📋 copy color: '#AEBFC9'

red 174 ◦ green 191 ◦ blue 201

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

Shades of Heather #AEBFC9

Tints of Heather #AEBFC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.51%

R = 30.74%
G = 33.75%
B = 35.51%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AEBFC9 (or 0xAEBFC9) is known color: Heather. HEX triplet: AE, BF and C9. RGB value is (174,191,201). Sum of RGB (Red+Green+Blue) = 174+191+201=566 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.74% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 201 (78.91% from 255 or 35.51% from 566); Max value from RGB is 201 - color contains mainly: blue. Hex color #AEBFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFC9 is #514036. Grayscale: #BBBBBB. Windows color (decimal): -5324855 or 13221806. OLE color: 13221806.

HSL color Cylindrical-coordinate representation of color #AEBFC9: hue angle of 202.22º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEBFC9 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 191 201 -
CMYK 0.13 0.05 0 0.21
HSL 202.22º 0.2% 0.74% -
HSV(B) 202.22º 0.13% 0.79% -
XYZ 46.63 50.48 62.54 -
YUV 187.06 135.87 118.69 -
System Red Green Blue C M Y K H S L
Decimal 174 191 201 0.13 0.05 0 0.21 202.22 0.2 0.74
Hex AE BF C9 D 5 0 15 CA 14 4A
Octal 256 277 311 15 5 0 25 312 24 112
Binary 10101110 10111111 11001001 1101 101 0 10101 11001010 10100 1001010

Color Harmonies of #AEBFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBFC9

Black with #AEBFC9

Text Example


Text Example

White with #AEBFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBFC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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