Html Css Color HEX #AEC2CE Heather

📋 copy color: '#AEC2CE'

red 174 ◦ green 194 ◦ blue 206

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

Shades of Heather #AEC2CE

Tints of Heather #AEC2CE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.8%

 BLUE value IS 206 (80.86% from 255) = 35.89%

R = 30.31%
G = 33.8%
B = 35.89%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AEC2CE (or 0xAEC2CE) is known color: Heather. HEX triplet: AE, C2 and CE. RGB value is (174,194,206). Sum of RGB (Red+Green+Blue) = 174+194+206=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 194 (76.17% from 255 or 33.80% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 206 - color contains mainly: blue. Hex color #AEC2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC2CE is #513D31. Grayscale: #BDBDBD. Windows color (decimal): -5324082 or 13550254. OLE color: 13550254.

HSL color Cylindrical-coordinate representation of color #AEC2CE: hue angle of 202.5º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEC2CE is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 194 206 -
CMYK 0.16 0.06 0 0.19
HSL 202.5º 0.25% 0.75% -
HSV(B) 202.5º 0.16% 0.81% -
XYZ 47.89 52.04 65.91 -
YUV 189.39 137.37 117.02 -
System Red Green Blue C M Y K H S L
Decimal 174 194 206 0.16 0.06 0 0.19 202.5 0.25 0.75
Hex AE C2 CE 10 6 0 13 CA 19 4B
Octal 256 302 316 20 6 0 23 312 31 113
Binary 10101110 11000010 11001110 10000 110 0 10011 11001010 11001 1001011

Color Harmonies of #AEC2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC2CE

Black with #AEC2CE

Text Example


Text Example

White with #AEC2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC2CE; }

 p { color: rgb(174,194,206); }

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

background-color css

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

 a { background-color: rgb(174,194,206); }

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

border-color css

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

 span { border-color: rgb(174,194,206); }

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