Html Css Color HEX #A0BDBE Jungle Mist

📋 copy color: '#A0BDBE'

red 160 ◦ green 189 ◦ blue 190

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

Shades of Jungle Mist #A0BDBE

Tints of Jungle Mist #A0BDBE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.06%

 BLUE value IS 190 (74.61% from 255) = 35.25%

R = 29.68%
G = 35.06%
B = 35.25%

CMYK

 C value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A0BDBE (or 0xA0BDBE) is known color: Jungle Mist. HEX triplet: A0, BD and BE. RGB value is (160,189,190). Sum of RGB (Red+Green+Blue) = 160+189+190=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 190 - color contains mainly: blue. Hex color #A0BDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BDBE is #5F4241. Grayscale: #B4B4B4. Windows color (decimal): -6242882 or 12500384. OLE color: 12500384.

HSL color Cylindrical-coordinate representation of color #A0BDBE: hue angle of 182º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0BDBE is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 189 190 -
CMYK 0.16 0.01 0 0.25
HSL 182º 0.19% 0.69% -
HSV(B) 182º 0.16% 0.75% -
XYZ 41.99 47.59 55.69 -
YUV 180.44 133.39 113.42 -
System Red Green Blue C M Y K H S L
Decimal 160 189 190 0.16 0.01 0 0.25 182 0.19 0.69
Hex A0 BD BE 10 1 0 19 B6 13 45
Octal 240 275 276 20 1 0 31 266 23 105
Binary 10100000 10111101 10111110 10000 1 0 11001 10110110 10011 1000101

Color Harmonies of #A0BDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BDBE

Black with #A0BDBE

Text Example


Text Example

White with #A0BDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BDBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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