Html Css Color HEX #AEBAC1 Heather

📋 copy color: '#AEBAC1'

red 174 ◦ green 186 ◦ blue 193

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

Shades of Heather #AEBAC1

Tints of Heather #AEBAC1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.63%

 BLUE value IS 193 (75.78% from 255) = 34.9%

R = 31.46%
G = 33.63%
B = 34.9%

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

#AEBAC1 (or 0xAEBAC1) is known color: Heather. HEX triplet: AE, BA and C1. RGB value is (174,186,193). Sum of RGB (Red+Green+Blue) = 174+186+193=553 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.46% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 193 (75.78% from 255 or 34.90% from 553); Max value from RGB is 193 - color contains mainly: blue. Hex color #AEBAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBAC1 is #51453E. Grayscale: #B7B7B7. Windows color (decimal): -5326143 or 12696238. OLE color: 12696238.

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

Color convert

RGB 174 186 193 -
CMYK 0.10 0.04 0 0.24
HSL 202.11º 0.13% 0.72% -
HSV(B) 202.11º 0.1% 0.76% -
XYZ 44.64 47.97 57.36 -
YUV 183.21 133.52 121.43 -
System Red Green Blue C M Y K H S L
Decimal 174 186 193 0.10 0.04 0 0.24 202.11 0.13 0.72
Hex AE BA C1 A 4 0 18 CA D 48
Octal 256 272 301 12 4 0 30 312 15 110
Binary 10101110 10111010 11000001 1010 100 0 11000 11001010 1101 1001000

Color Harmonies of #AEBAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBAC1

Black with #AEBAC1

Text Example


Text Example

White with #AEBAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBAC1; }

 p { color: rgb(174,186,193); }

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

background-color css

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

 a { background-color: rgb(174,186,193); }

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

border-color css

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

 span { border-color: rgb(174,186,193); }

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