Html Css Color HEX #A0BCBD Jungle Mist

📋 copy color: '#A0BCBD'

red 160 ◦ green 188 ◦ blue 189

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

Shades of Jungle Mist #A0BCBD

Tints of Jungle Mist #A0BCBD

RGB

 RED value IS 160 (62.89% from 255) = 29.8%

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

 BLUE value IS 189 (74.22% from 255) = 35.2%

R = 29.8%
G = 35.01%
B = 35.2%

CMYK

 C value IS 0.15

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A0BCBD (or 0xA0BCBD) is known color: Jungle Mist. HEX triplet: A0, BC and BD. RGB value is (160,188,189). Sum of RGB (Red+Green+Blue) = 160+188+189=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 189 - color contains mainly: blue. Hex color #A0BCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BCBD is #5F4342. Grayscale: #B3B3B3. Windows color (decimal): -6243139 or 12434592. OLE color: 12434592.

HSL color Cylindrical-coordinate representation of color #A0BCBD: hue angle of 182.07º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0BCBD is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 188 189 -
CMYK 0.15 0.01 0 0.26
HSL 182.07º 0.18% 0.68% -
HSV(B) 182.07º 0.15% 0.74% -
XYZ 41.67 47.11 55.04 -
YUV 179.74 133.22 113.92 -
System Red Green Blue C M Y K H S L
Decimal 160 188 189 0.15 0.01 0 0.26 182.07 0.18 0.68
Hex A0 BC BD F 1 0 1A B6 12 44
Octal 240 274 275 17 1 0 32 266 22 104
Binary 10100000 10111100 10111101 1111 1 0 11010 10110110 10010 1000100

Color Harmonies of #A0BCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BCBD

Black with #A0BCBD

Text Example


Text Example

White with #A0BCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BCBD; }

 p { color: rgb(160,188,189); }

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

background-color css

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

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

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

border-color css

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

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

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