Html Css Color HEX #ABBBBB Jungle Mist

📋 copy color: '#ABBBBB'

red 171 ◦ green 187 ◦ blue 187

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

Shades of Jungle Mist #ABBBBB

Tints of Jungle Mist #ABBBBB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.31%

 BLUE value IS 187 (73.44% from 255) = 34.31%

R = 31.38%
G = 34.31%
B = 34.31%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ABBBBB (or 0xABBBBB) is known color: Jungle Mist. HEX triplet: AB, BB and BB. RGB value is (171,187,187). Sum of RGB (Red+Green+Blue) = 171+187+187=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #ABBBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBBBB is #544444. Grayscale: #B6B6B6. Windows color (decimal): -5522501 or 12303275. OLE color: 12303275.

HSL color Cylindrical-coordinate representation of color #ABBBBB: hue angle of 180º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABBBBB is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 187 187 -
CMYK 0.09 0 0 0.27
HSL 180º 0.11% 0.7% -
HSV(B) 180º 0.09% 0.73% -
XYZ 43.53 47.79 53.94 -
YUV 182.22 130.7 120 -
System Red Green Blue C M Y K H S L
Decimal 171 187 187 0.09 0 0 0.27 180 0.11 0.7
Hex AB BB BB 9 0 0 1B B4 B 46
Octal 253 273 273 11 0 0 33 264 13 106
Binary 10101011 10111011 10111011 1001 0 0 11011 10110100 1011 1000110

Color Harmonies of #ABBBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBBBB

Black with #ABBBBB

Text Example


Text Example

White with #ABBBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBBBB; }

 p { color: rgb(171,187,187); }

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

background-color css

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

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

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

border-color css

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

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

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