Html Css Color HEX #A1BDBC Jungle Mist

📋 copy color: '#A1BDBC'

red 161 ◦ green 189 ◦ blue 188

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

Shades of Jungle Mist #A1BDBC

Tints of Jungle Mist #A1BDBC

RGB

 RED value IS 161 (63.28% from 255) = 29.93%

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

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

R = 29.93%
G = 35.13%
B = 34.94%

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

#A1BDBC (or 0xA1BDBC) is known color: Jungle Mist. HEX triplet: A1, BD and BC. RGB value is (161,189,188). Sum of RGB (Red+Green+Blue) = 161+189+188=538 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.93% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 189 - color contains mainly: green. Hex color #A1BDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BDBC is #5E4243. Grayscale: #B4B4B4. Windows color (decimal): -6177348 or 12369313. OLE color: 12369313.

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

Color convert

RGB 161 189 188 -
CMYK 0.15 0 0.01 0.26
HSL 177.86º 0.18% 0.69% -
HSV(B) 177.86º 0.15% 0.74% -
XYZ 41.97 47.6 54.55 -
YUV 180.51 132.22 114.08 -
System Red Green Blue C M Y K H S L
Decimal 161 189 188 0.15 0 0.01 0.26 177.86 0.18 0.69
Hex A1 BD BC F 0 1 1A B2 12 45
Octal 241 275 274 17 0 1 32 262 22 105
Binary 10100001 10111101 10111100 1111 0 1 11010 10110010 10010 1000101

Color Harmonies of #A1BDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BDBC

Black with #A1BDBC

Text Example


Text Example

White with #A1BDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BDBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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