Html Css Color HEX #B6C8C5 Jungle Mist

📋 copy color: '#B6C8C5'

red 182 ◦ green 200 ◦ blue 197

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

Shades of Jungle Mist #B6C8C5

Tints of Jungle Mist #B6C8C5

RGB

 RED value IS 182 (71.48% from 255) = 31.43%

 GREEN value IS 200 (78.52% from 255) = 34.54%

 BLUE value IS 197 (77.34% from 255) = 34.02%

R = 31.43%
G = 34.54%
B = 34.02%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#B6C8C5 (or 0xB6C8C5) is known color: Jungle Mist. HEX triplet: B6, C8 and C5. RGB value is (182,200,197). Sum of RGB (Red+Green+Blue) = 182+200+197=579 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.43% from 579); Green value is 200 (78.52% from 255 or 34.54% from 579); Blue value is 197 (77.34% from 255 or 34.02% from 579); Max value from RGB is 200 - color contains mainly: green. Hex color #B6C8C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C8C5 is #49373A. Grayscale: #C2C2C2. Windows color (decimal): -4798267 or 12961974. OLE color: 12961974.

HSL color Cylindrical-coordinate representation of color #B6C8C5: hue angle of 170º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B6C8C5 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 182 200 197 -
CMYK 0.09 0 0.02 0.22
HSL 170º 0.14% 0.75% -
HSV(B) 170º 0.09% 0.78% -
XYZ 50.02 55.28 60.86 -
YUV 194.28 129.54 119.24 -
System Red Green Blue C M Y K H S L
Decimal 182 200 197 0.09 0 0.02 0.22 170 0.14 0.75
Hex B6 C8 C5 9 0 2 16 AA E 4B
Octal 266 310 305 11 0 2 26 252 16 113
Binary 10110110 11001000 11000101 1001 0 10 10110 10101010 1110 1001011

Color Harmonies of #B6C8C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C8C5

Black with #B6C8C5

Text Example


Text Example

White with #B6C8C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C8C5; }

 p { color: rgb(182,200,197); }

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

background-color css

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

 a { background-color: rgb(182,200,197); }

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

border-color css

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

 span { border-color: rgb(182,200,197); }

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