Html Css Color HEX #AEBFBD Jungle Mist

📋 copy color: '#AEBFBD'

red 174 ◦ green 191 ◦ blue 189

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

Shades of Jungle Mist #AEBFBD

Tints of Jungle Mist #AEBFBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.12%

R = 31.41%
G = 34.48%
B = 34.12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#AEBFBD (or 0xAEBFBD) is known color: Jungle Mist. HEX triplet: AE, BF and BD. RGB value is (174,191,189). Sum of RGB (Red+Green+Blue) = 174+191+189=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFBD is #514042. Grayscale: #B9B9B9. Windows color (decimal): -5324867 or 12435374. OLE color: 12435374.

HSL color Cylindrical-coordinate representation of color #AEBFBD: hue angle of 172.94º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AEBFBD is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 191 189 -
CMYK 0.09 0 0.01 0.25
HSL 172.94º 0.12% 0.72% -
HSV(B) 172.94º 0.09% 0.75% -
XYZ 45.27 49.93 55.4 -
YUV 185.69 129.87 119.66 -
System Red Green Blue C M Y K H S L
Decimal 174 191 189 0.09 0 0.01 0.25 172.94 0.12 0.72
Hex AE BF BD 9 0 1 19 AD C 48
Octal 256 277 275 11 0 1 31 255 14 110
Binary 10101110 10111111 10111101 1001 0 1 11001 10101101 1100 1001000

Color Harmonies of #AEBFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBFBD

Black with #AEBFBD

Text Example


Text Example

White with #AEBFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBFBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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