Html Css Color HEX #B3C5C2 Jungle Mist

📋 copy color: '#B3C5C2'

red 179 ◦ green 197 ◦ blue 194

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

Shades of Jungle Mist #B3C5C2

Tints of Jungle Mist #B3C5C2

RGB

 RED value IS 179 (70.31% from 255) = 31.4%

 GREEN value IS 197 (77.34% from 255) = 34.56%

 BLUE value IS 194 (76.17% from 255) = 34.04%

R = 31.4%
G = 34.56%
B = 34.04%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#B3C5C2 (or 0xB3C5C2) is known color: Jungle Mist. HEX triplet: B3, C5 and C2. RGB value is (179,197,194). Sum of RGB (Red+Green+Blue) = 179+197+194=570 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.40% from 570); Green value is 197 (77.34% from 255 or 34.56% from 570); Blue value is 194 (76.17% from 255 or 34.04% from 570); Max value from RGB is 197 - color contains mainly: green. Hex color #B3C5C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C5C2 is #4C3A3D. Grayscale: #BFBFBF. Windows color (decimal): -4995646 or 12764595. OLE color: 12764595.

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

Color convert

RGB 179 197 194 -
CMYK 0.09 0 0.02 0.23
HSL 170º 0.13% 0.74% -
HSV(B) 170º 0.09% 0.77% -
XYZ 48.29 53.41 58.8 -
YUV 191.28 129.54 119.24 -
System Red Green Blue C M Y K H S L
Decimal 179 197 194 0.09 0 0.02 0.23 170 0.13 0.74
Hex B3 C5 C2 9 0 2 17 AA D 4A
Octal 263 305 302 11 0 2 27 252 15 112
Binary 10110011 11000101 11000010 1001 0 10 10111 10101010 1101 1001010

Color Harmonies of #B3C5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C5C2

Black with #B3C5C2

Text Example


Text Example

White with #B3C5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C5C2; }

 p { color: rgb(179,197,194); }

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

background-color css

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

 a { background-color: rgb(179,197,194); }

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

border-color css

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

 span { border-color: rgb(179,197,194); }

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