Html Css Color HEX #A5BBBA Jungle Mist

📋 copy color: '#A5BBBA'

red 165 ◦ green 187 ◦ blue 186

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

Shades of Jungle Mist #A5BBBA

Tints of Jungle Mist #A5BBBA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.76%

 BLUE value IS 186 (73.05% from 255) = 34.57%

R = 30.67%
G = 34.76%
B = 34.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#A5BBBA (or 0xA5BBBA) is known color: Jungle Mist. HEX triplet: A5, BB and BA. RGB value is (165,187,186). Sum of RGB (Red+Green+Blue) = 165+187+186=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BBBA is #5A4445. Grayscale: #B4B4B4. Windows color (decimal): -5915718 or 12237733. OLE color: 12237733.

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

Color convert

RGB 165 187 186 -
CMYK 0.12 0 0.01 0.27
HSL 177.27º 0.14% 0.69% -
HSV(B) 177.27º 0.12% 0.73% -
XYZ 42.15 47.09 53.32 -
YUV 180.31 131.21 117.08 -
System Red Green Blue C M Y K H S L
Decimal 165 187 186 0.12 0 0.01 0.27 177.27 0.14 0.69
Hex A5 BB BA C 0 1 1B B1 E 45
Octal 245 273 272 14 0 1 33 261 16 105
Binary 10100101 10111011 10111010 1100 0 1 11011 10110001 1110 1000101

Color Harmonies of #A5BBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BBBA

Black with #A5BBBA

Text Example


Text Example

White with #A5BBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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