Html Css Color HEX #AEBDC1 Heather

📋 copy color: '#AEBDC1'

red 174 ◦ green 189 ◦ blue 193

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

Shades of Heather #AEBDC1

Tints of Heather #AEBDC1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.99%

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

R = 31.29%
G = 33.99%
B = 34.71%

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

#AEBDC1 (or 0xAEBDC1) is known color: Heather. HEX triplet: AE, BD and C1. RGB value is (174,189,193). Sum of RGB (Red+Green+Blue) = 174+189+193=556 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.29% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 193 (75.78% from 255 or 34.71% from 556); Max value from RGB is 193 - color contains mainly: blue. Hex color #AEBDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDC1 is #51423E. Grayscale: #B8B8B8. Windows color (decimal): -5325375 or 12697006. OLE color: 12697006.

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

Color convert

RGB 174 189 193 -
CMYK 0.10 0.02 0 0.24
HSL 192.63º 0.13% 0.72% -
HSV(B) 192.63º 0.1% 0.76% -
XYZ 45.28 49.24 57.57 -
YUV 184.97 132.53 120.17 -
System Red Green Blue C M Y K H S L
Decimal 174 189 193 0.10 0.02 0 0.24 192.63 0.13 0.72
Hex AE BD C1 A 2 0 18 C1 D 48
Octal 256 275 301 12 2 0 30 301 15 110
Binary 10101110 10111101 11000001 1010 10 0 11000 11000001 1101 1001000

Color Harmonies of #AEBDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBDC1

Black with #AEBDC1

Text Example


Text Example

White with #AEBDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBDC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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