Html Css Color HEX #A5BCBB Jungle Mist

📋 copy color: '#A5BCBB'

red 165 ◦ green 188 ◦ blue 187

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

Shades of Jungle Mist #A5BCBB

Tints of Jungle Mist #A5BCBB

RGB

 RED value IS 165 (64.84% from 255) = 30.56%

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

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

R = 30.56%
G = 34.81%
B = 34.63%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#A5BCBB (or 0xA5BCBB) is known color: Jungle Mist. HEX triplet: A5, BC and BB. RGB value is (165,188,187). Sum of RGB (Red+Green+Blue) = 165+188+187=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BCBB is #5A4344. Grayscale: #B4B4B4. Windows color (decimal): -5915461 or 12303525. OLE color: 12303525.

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

Color convert

RGB 165 188 187 -
CMYK 0.12 0 0.01 0.26
HSL 177.39º 0.15% 0.69% -
HSV(B) 177.39º 0.12% 0.74% -
XYZ 42.47 47.55 53.95 -
YUV 181.01 131.38 116.58 -
System Red Green Blue C M Y K H S L
Decimal 165 188 187 0.12 0 0.01 0.26 177.39 0.15 0.69
Hex A5 BC BB C 0 1 1A B1 F 45
Octal 245 274 273 14 0 1 32 261 17 105
Binary 10100101 10111100 10111011 1100 0 1 11010 10110001 1111 1000101

Color Harmonies of #A5BCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BCBB

Black with #A5BCBB

Text Example


Text Example

White with #A5BCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BCBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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