Html Css Color HEX #A0BCBB Jungle Mist

📋 copy color: '#A0BCBB'

red 160 ◦ green 188 ◦ blue 187

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

Shades of Jungle Mist #A0BCBB

Tints of Jungle Mist #A0BCBB

RGB

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

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

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

R = 29.91%
G = 35.14%
B = 34.95%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#A0BCBB (or 0xA0BCBB) is known color: Jungle Mist. HEX triplet: A0, BC and BB. RGB value is (160,188,187). Sum of RGB (Red+Green+Blue) = 160+188+187=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BCBB is #5F4344. Grayscale: #B3B3B3. Windows color (decimal): -6243141 or 12303520. OLE color: 12303520.

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

Color convert

RGB 160 188 187 -
CMYK 0.15 0 0.01 0.26
HSL 177.86º 0.17% 0.68% -
HSV(B) 177.86º 0.15% 0.74% -
XYZ 41.45 47.03 53.91 -
YUV 179.51 132.22 114.08 -
System Red Green Blue C M Y K H S L
Decimal 160 188 187 0.15 0 0.01 0.26 177.86 0.17 0.68
Hex A0 BC BB F 0 1 1A B2 11 44
Octal 240 274 273 17 0 1 32 262 21 104
Binary 10100000 10111100 10111011 1111 0 1 11010 10110010 10001 1000100

Color Harmonies of #A0BCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BCBB

Black with #A0BCBB

Text Example


Text Example

White with #A0BCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BCBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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