Html Css Color HEX #AEBEC1 Heather

📋 copy color: '#AEBEC1'

red 174 ◦ green 190 ◦ blue 193

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

Shades of Heather #AEBEC1

Tints of Heather #AEBEC1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.11%

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

R = 31.24%
G = 34.11%
B = 34.65%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AEBEC1 (or 0xAEBEC1) is known color: Heather. HEX triplet: AE, BE and C1. RGB value is (174,190,193). Sum of RGB (Red+Green+Blue) = 174+190+193=557 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.24% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 193 - color contains mainly: blue. Hex color #AEBEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBEC1 is #51413E. Grayscale: #B9B9B9. Windows color (decimal): -5325119 or 12697262. OLE color: 12697262.

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

Color convert

RGB 174 190 193 -
CMYK 0.10 0.02 0 0.24
HSL 189.47º 0.13% 0.72% -
HSV(B) 189.47º 0.1% 0.76% -
XYZ 45.49 49.68 57.64 -
YUV 185.56 132.2 119.76 -
System Red Green Blue C M Y K H S L
Decimal 174 190 193 0.10 0.02 0 0.24 189.47 0.13 0.72
Hex AE BE C1 A 2 0 18 BD D 48
Octal 256 276 301 12 2 0 30 275 15 110
Binary 10101110 10111110 11000001 1010 10 0 11000 10111101 1101 1001000

Color Harmonies of #AEBEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBEC1

Black with #AEBEC1

Text Example


Text Example

White with #AEBEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBEC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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