Html Css Color HEX #A3BBBA Jungle Mist

📋 copy color: '#A3BBBA'

red 163 ◦ green 187 ◦ blue 186

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

Shades of Jungle Mist #A3BBBA

Tints of Jungle Mist #A3BBBA

RGB

 RED value IS 163 (64.06% from 255) = 30.41%

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

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

R = 30.41%
G = 34.89%
B = 34.7%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#A3BBBA (or 0xA3BBBA) is known color: Jungle Mist. HEX triplet: A3, BB and BA. RGB value is (163,187,186). Sum of RGB (Red+Green+Blue) = 163+187+186=536 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.41% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 187 - color contains mainly: green. Hex color #A3BBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BBBA is #5C4445. Grayscale: #B3B3B3. Windows color (decimal): -6046790 or 12237731. OLE color: 12237731.

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

Color convert

RGB 163 187 186 -
CMYK 0.13 0 0.01 0.27
HSL 177.5º 0.15% 0.69% -
HSV(B) 177.5º 0.13% 0.73% -
XYZ 41.74 46.87 53.3 -
YUV 179.71 131.55 116.08 -
System Red Green Blue C M Y K H S L
Decimal 163 187 186 0.13 0 0.01 0.27 177.5 0.15 0.69
Hex A3 BB BA D 0 1 1B B2 F 45
Octal 243 273 272 15 0 1 33 262 17 105
Binary 10100011 10111011 10111010 1101 0 1 11011 10110010 1111 1000101

Color Harmonies of #A3BBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BBBA

Black with #A3BBBA

Text Example


Text Example

White with #A3BBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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