Html Css Color HEX #A3BBBB Jungle Mist

📋 copy color: '#A3BBBB'

red 163 ◦ green 187 ◦ blue 187

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

Shades of Jungle Mist #A3BBBB

Tints of Jungle Mist #A3BBBB

RGB

 RED value IS 163 (64.06% from 255) = 30.35%

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

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

R = 30.35%
G = 34.82%
B = 34.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A3BBBB (or 0xA3BBBB) is known color: Jungle Mist. HEX triplet: A3, BB and BB. RGB value is (163,187,187). Sum of RGB (Red+Green+Blue) = 163+187+187=537 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.35% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #A3BBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BBBB is #5C4444. Grayscale: #B3B3B3. Windows color (decimal): -6046789 or 12303267. OLE color: 12303267.

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

Color convert

RGB 163 187 187 -
CMYK 0.13 0 0 0.27
HSL 180º 0.15% 0.69% -
HSV(B) 180º 0.13% 0.73% -
XYZ 41.84 46.92 53.86 -
YUV 179.82 132.05 116 -
System Red Green Blue C M Y K H S L
Decimal 163 187 187 0.13 0 0 0.27 180 0.15 0.69
Hex A3 BB BB D 0 0 1B B4 F 45
Octal 243 273 273 15 0 0 33 264 17 105
Binary 10100011 10111011 10111011 1101 0 0 11011 10110100 1111 1000101

Color Harmonies of #A3BBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BBBB

Black with #A3BBBB

Text Example


Text Example

White with #A3BBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BBBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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