Html Css Color HEX #A1BEBF Jungle Mist

📋 copy color: '#A1BEBF'

red 161 ◦ green 190 ◦ blue 191

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

Shades of Jungle Mist #A1BEBF

Tints of Jungle Mist #A1BEBF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.06%

 BLUE value IS 191 (75% from 255) = 35.24%

R = 29.7%
G = 35.06%
B = 35.24%

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

#A1BEBF (or 0xA1BEBF) is known color: Jungle Mist. HEX triplet: A1, BE and BF. RGB value is (161,190,191). Sum of RGB (Red+Green+Blue) = 161+190+191=542 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.70% from 542); Green value is 190 (74.61% from 255 or 35.06% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 191 - color contains mainly: blue. Hex color #A1BEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BEBF is #5E4140. Grayscale: #B5B5B5. Windows color (decimal): -6177089 or 12566177. OLE color: 12566177.

HSL color Cylindrical-coordinate representation of color #A1BEBF: 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 #A1BEBF is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 190 191 -
CMYK 0.16 0.01 0 0.25
HSL 182º 0.19% 0.69% -
HSV(B) 182º 0.16% 0.75% -
XYZ 42.52 48.17 56.35 -
YUV 181.44 133.39 113.42 -
System Red Green Blue C M Y K H S L
Decimal 161 190 191 0.16 0.01 0 0.25 182 0.19 0.69
Hex A1 BE BF 10 1 0 19 B6 13 45
Octal 241 276 277 20 1 0 31 266 23 105
Binary 10100001 10111110 10111111 10000 1 0 11001 10110110 10011 1000101

Color Harmonies of #A1BEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BEBF

Black with #A1BEBF

Text Example


Text Example

White with #A1BEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BEBF; }

 p { color: rgb(161,190,191); }

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

background-color css

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

 a { background-color: rgb(161,190,191); }

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

border-color css

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

 span { border-color: rgb(161,190,191); }

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