Html Css Color HEX #A3BCBB Jungle Mist

📋 copy color: '#A3BCBB'

red 163 ◦ green 188 ◦ blue 187

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

Shades of Jungle Mist #A3BCBB

Tints of Jungle Mist #A3BCBB

RGB

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

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

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

R = 30.3%
G = 34.94%
B = 34.76%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#A3BCBB (or 0xA3BCBB) is known color: Jungle Mist. HEX triplet: A3, BC and BB. RGB value is (163,188,187). Sum of RGB (Red+Green+Blue) = 163+188+187=538 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.30% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BCBB is #5C4344. Grayscale: #B4B4B4. Windows color (decimal): -6046533 or 12303523. OLE color: 12303523.

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

Color convert

RGB 163 188 187 -
CMYK 0.13 0 0.01 0.26
HSL 177.6º 0.16% 0.69% -
HSV(B) 177.6º 0.13% 0.74% -
XYZ 42.06 47.34 53.93 -
YUV 180.41 131.72 115.58 -
System Red Green Blue C M Y K H S L
Decimal 163 188 187 0.13 0 0.01 0.26 177.6 0.16 0.69
Hex A3 BC BB D 0 1 1A B2 10 45
Octal 243 274 273 15 0 1 32 262 20 105
Binary 10100011 10111100 10111011 1101 0 1 11010 10110010 10000 1000101

Color Harmonies of #A3BCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BCBB

Black with #A3BCBB

Text Example


Text Example

White with #A3BCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BCBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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