Html Css Color HEX #A3BCBC Jungle Mist

📋 copy color: '#A3BCBC'

red 163 ◦ green 188 ◦ blue 188

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

Shades of Jungle Mist #A3BCBC

Tints of Jungle Mist #A3BCBC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.88%

 BLUE value IS 188 (73.83% from 255) = 34.88%

R = 30.24%
G = 34.88%
B = 34.88%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A3BCBC (or 0xA3BCBC) is known color: Jungle Mist. HEX triplet: A3, BC and BC. RGB value is (163,188,188). Sum of RGB (Red+Green+Blue) = 163+188+188=539 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.24% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #A3BCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BCBC is #5C4343. Grayscale: #B4B4B4. Windows color (decimal): -6046532 or 12369059. OLE color: 12369059.

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

Color convert

RGB 163 188 188 -
CMYK 0.13 0 0 0.26
HSL 180º 0.16% 0.69% -
HSV(B) 180º 0.13% 0.74% -
XYZ 42.16 47.38 54.5 -
YUV 180.53 132.22 115.5 -
System Red Green Blue C M Y K H S L
Decimal 163 188 188 0.13 0 0 0.26 180 0.16 0.69
Hex A3 BC BC D 0 0 1A B4 10 45
Octal 243 274 274 15 0 0 32 264 20 105
Binary 10100011 10111100 10111100 1101 0 0 11010 10110100 10000 1000101

Color Harmonies of #A3BCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BCBC

Black with #A3BCBC

Text Example


Text Example

White with #A3BCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BCBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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