Html Css Color HEX #AEBDC9 Heather

📋 copy color: '#AEBDC9'

red 174 ◦ green 189 ◦ blue 201

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

Shades of Heather #AEBDC9

Tints of Heather #AEBDC9

RGB

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

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

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

R = 30.85%
G = 33.51%
B = 35.64%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AEBDC9 (or 0xAEBDC9) is known color: Heather. HEX triplet: AE, BD and C9. RGB value is (174,189,201). Sum of RGB (Red+Green+Blue) = 174+189+201=564 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.85% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 201 (78.91% from 255 or 35.64% from 564); Max value from RGB is 201 - color contains mainly: blue. Hex color #AEBDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDC9 is #514236. Grayscale: #B9B9B9. Windows color (decimal): -5325367 or 13221294. OLE color: 13221294.

HSL color Cylindrical-coordinate representation of color #AEBDC9: hue angle of 206.67º 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 #AEBDC9 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 189 201 -
CMYK 0.13 0.06 0 0.21
HSL 206.67º 0.2% 0.74% -
HSV(B) 206.67º 0.13% 0.79% -
XYZ 46.2 49.61 62.4 -
YUV 185.88 136.53 119.52 -
System Red Green Blue C M Y K H S L
Decimal 174 189 201 0.13 0.06 0 0.21 206.67 0.2 0.74
Hex AE BD C9 D 6 0 15 CF 14 4A
Octal 256 275 311 15 6 0 25 317 24 112
Binary 10101110 10111101 11001001 1101 110 0 10101 11001111 10100 1001010

Color Harmonies of #AEBDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBDC9

Black with #AEBDC9

Text Example


Text Example

White with #AEBDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBDC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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