Html Css Color HEX #ABBDBE Jungle Mist

📋 copy color: '#ABBDBE'

red 171 ◦ green 189 ◦ blue 190

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

Shades of Jungle Mist #ABBDBE

Tints of Jungle Mist #ABBDBE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.36%

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

R = 31.09%
G = 34.36%
B = 34.55%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ABBDBE (or 0xABBDBE) is known color: Jungle Mist. HEX triplet: AB, BD and BE. RGB value is (171,189,190). Sum of RGB (Red+Green+Blue) = 171+189+190=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 190 - color contains mainly: blue. Hex color #ABBDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDBE is #544241. Grayscale: #B7B7B7. Windows color (decimal): -5521986 or 12500395. OLE color: 12500395.

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

Color convert

RGB 171 189 190 -
CMYK 0.10 0.01 0 0.25
HSL 183.16º 0.13% 0.71% -
HSV(B) 183.16º 0.1% 0.75% -
XYZ 44.29 48.77 55.79 -
YUV 183.73 131.54 118.92 -
System Red Green Blue C M Y K H S L
Decimal 171 189 190 0.10 0.01 0 0.25 183.16 0.13 0.71
Hex AB BD BE A 1 0 19 B7 D 47
Octal 253 275 276 12 1 0 31 267 15 107
Binary 10101011 10111101 10111110 1010 1 0 11001 10110111 1101 1000111

Color Harmonies of #ABBDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBDBE

Black with #ABBDBE

Text Example


Text Example

White with #ABBDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBDBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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