Html Css Color HEX #A7BBBC Jungle Mist

📋 copy color: '#A7BBBC'

red 167 ◦ green 187 ◦ blue 188

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

Shades of Jungle Mist #A7BBBC

Tints of Jungle Mist #A7BBBC

RGB

 RED value IS 167 (65.63% from 255) = 30.81%

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

 BLUE value IS 188 (73.83% from 255) = 34.69%

R = 30.81%
G = 34.5%
B = 34.69%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A7BBBC (or 0xA7BBBC) is known color: Jungle Mist. HEX triplet: A7, BB and BC. RGB value is (167,187,188). Sum of RGB (Red+Green+Blue) = 167+187+188=542 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.81% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 188 - color contains mainly: blue. Hex color #A7BBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BBBC is #584443. Grayscale: #B5B5B5. Windows color (decimal): -5784644 or 12368807. OLE color: 12368807.

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

Color convert

RGB 167 187 188 -
CMYK 0.11 0.01 0 0.26
HSL 182.86º 0.14% 0.7% -
HSV(B) 182.86º 0.11% 0.74% -
XYZ 42.78 47.39 54.47 -
YUV 181.13 131.87 117.92 -
System Red Green Blue C M Y K H S L
Decimal 167 187 188 0.11 0.01 0 0.26 182.86 0.14 0.7
Hex A7 BB BC B 1 0 1A B7 E 46
Octal 247 273 274 13 1 0 32 267 16 106
Binary 10100111 10111011 10111100 1011 1 0 11010 10110111 1110 1000110

Color Harmonies of #A7BBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BBBC

Black with #A7BBBC

Text Example


Text Example

White with #A7BBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BBBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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