Html Css Color HEX #ABBFBE Jungle Mist

📋 copy color: '#ABBFBE'

red 171 ◦ green 191 ◦ blue 190

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

Shades of Jungle Mist #ABBFBE

Tints of Jungle Mist #ABBFBE

RGB

 RED value IS 171 (67.19% from 255) = 30.98%

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

 BLUE value IS 190 (74.61% from 255) = 34.42%

R = 30.98%
G = 34.6%
B = 34.42%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#ABBFBE (or 0xABBFBE) is known color: Jungle Mist. HEX triplet: AB, BF and BE. RGB value is (171,191,190). Sum of RGB (Red+Green+Blue) = 171+191+190=552 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.98% from 552); Green value is 191 (75% from 255 or 34.60% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBFBE is #544041. Grayscale: #B8B8B8. Windows color (decimal): -5521474 or 12500907. OLE color: 12500907.

HSL color Cylindrical-coordinate representation of color #ABBFBE: hue angle of 177º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABBFBE is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 191 190 -
CMYK 0.10 0 0.01 0.25
HSL 177º 0.14% 0.71% -
HSV(B) 177º 0.1% 0.75% -
XYZ 44.72 49.64 55.94 -
YUV 184.91 130.87 118.08 -
System Red Green Blue C M Y K H S L
Decimal 171 191 190 0.10 0 0.01 0.25 177 0.14 0.71
Hex AB BF BE A 0 1 19 B1 E 47
Octal 253 277 276 12 0 1 31 261 16 107
Binary 10101011 10111111 10111110 1010 0 1 11001 10110001 1110 1000111

Color Harmonies of #ABBFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBFBE

Black with #ABBFBE

Text Example


Text Example

White with #ABBFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBFBE; }

 p { color: rgb(171,191,190); }

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

background-color css

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

 a { background-color: rgb(171,191,190); }

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

border-color css

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

 span { border-color: rgb(171,191,190); }

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