Html Css Color HEX #AEBFC1 Jungle Mist

📋 copy color: '#AEBFC1'

red 174 ◦ green 191 ◦ blue 193

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

Shades of Jungle Mist #AEBFC1

Tints of Jungle Mist #AEBFC1

RGB

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

 GREEN value IS 191 (75% from 255) = 34.23%

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

R = 31.18%
G = 34.23%
B = 34.59%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AEBFC1 (or 0xAEBFC1) is known color: Jungle Mist. HEX triplet: AE, BF and C1. RGB value is (174,191,193). Sum of RGB (Red+Green+Blue) = 174+191+193=558 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.18% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 193 - color contains mainly: blue. Hex color #AEBFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFC1 is #51403E. Grayscale: #BABABA. Windows color (decimal): -5324863 or 12697518. OLE color: 12697518.

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

Color convert

RGB 174 191 193 -
CMYK 0.10 0.01 0 0.24
HSL 186.32º 0.13% 0.72% -
HSV(B) 186.32º 0.1% 0.76% -
XYZ 45.71 50.11 57.72 -
YUV 186.15 131.87 119.34 -
System Red Green Blue C M Y K H S L
Decimal 174 191 193 0.10 0.01 0 0.24 186.32 0.13 0.72
Hex AE BF C1 A 1 0 18 BA D 48
Octal 256 277 301 12 1 0 30 272 15 110
Binary 10101110 10111111 11000001 1010 1 0 11000 10111010 1101 1001000

Color Harmonies of #AEBFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBFC1

Black with #AEBFC1

Text Example


Text Example

White with #AEBFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBFC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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