Html Css Color HEX #A1BCBB Jungle Mist

📋 copy color: '#A1BCBB'

red 161 ◦ green 188 ◦ blue 187

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

Shades of Jungle Mist #A1BCBB

Tints of Jungle Mist #A1BCBB

RGB

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

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

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

R = 30.04%
G = 35.07%
B = 34.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#A1BCBB (or 0xA1BCBB) is known color: Jungle Mist. HEX triplet: A1, BC and BB. RGB value is (161,188,187). Sum of RGB (Red+Green+Blue) = 161+188+187=536 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.04% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BCBB is #5E4344. Grayscale: #B3B3B3. Windows color (decimal): -6177605 or 12303521. OLE color: 12303521.

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

Color convert

RGB 161 188 187 -
CMYK 0.14 0 0.01 0.26
HSL 177.78º 0.17% 0.68% -
HSV(B) 177.78º 0.14% 0.74% -
XYZ 41.65 47.13 53.92 -
YUV 179.81 132.05 114.58 -
System Red Green Blue C M Y K H S L
Decimal 161 188 187 0.14 0 0.01 0.26 177.78 0.17 0.68
Hex A1 BC BB E 0 1 1A B2 11 44
Octal 241 274 273 16 0 1 32 262 21 104
Binary 10100001 10111100 10111011 1110 0 1 11010 10110010 10001 1000100

Color Harmonies of #A1BCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BCBB

Black with #A1BCBB

Text Example


Text Example

White with #A1BCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BCBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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