Html Css Color HEX #AECBCE Jungle Mist

📋 copy color: '#AECBCE'

red 174 ◦ green 203 ◦ blue 206

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

Shades of Jungle Mist #AECBCE

Tints of Jungle Mist #AECBCE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.82%

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

R = 29.85%
G = 34.82%
B = 35.33%

CMYK

 C value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AECBCE (or 0xAECBCE) is known color: Jungle Mist. HEX triplet: AE, CB and CE. RGB value is (174,203,206). Sum of RGB (Red+Green+Blue) = 174+203+206=583 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.85% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 206 - color contains mainly: blue. Hex color #AECBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECBCE is #513431. Grayscale: #C2C2C2. Windows color (decimal): -5321778 or 13552558. OLE color: 13552558.

HSL color Cylindrical-coordinate representation of color #AECBCE: hue angle of 185.62º 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 #AECBCE is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 203 206 -
CMYK 0.16 0.01 0 0.19
HSL 185.63º 0.25% 0.75% -
HSV(B) 185.63º 0.16% 0.81% -
XYZ 49.95 56.17 66.6 -
YUV 194.67 134.39 113.26 -
System Red Green Blue C M Y K H S L
Decimal 174 203 206 0.16 0.01 0 0.19 185.63 0.25 0.75
Hex AE CB CE 10 1 0 13 BA 19 4B
Octal 256 313 316 20 1 0 23 272 31 113
Binary 10101110 11001011 11001110 10000 1 0 10011 10111010 11001 1001011

Color Harmonies of #AECBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECBCE

Black with #AECBCE

Text Example


Text Example

White with #AECBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECBCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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