Html Css Color HEX #B8C2C3 Jungle Mist

📋 copy color: '#B8C2C3'

red 184 ◦ green 194 ◦ blue 195

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

Shades of Jungle Mist #B8C2C3

Tints of Jungle Mist #B8C2C3

RGB

 RED value IS 184 (72.27% from 255) = 32.11%

 GREEN value IS 194 (76.17% from 255) = 33.86%

 BLUE value IS 195 (76.56% from 255) = 34.03%

R = 32.11%
G = 33.86%
B = 34.03%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B8C2C3 (or 0xB8C2C3) is known color: Jungle Mist. HEX triplet: B8, C2 and C3. RGB value is (184,194,195). Sum of RGB (Red+Green+Blue) = 184+194+195=573 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.11% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 195 (76.56% from 255 or 34.03% from 573); Max value from RGB is 195 - color contains mainly: blue. Hex color #B8C2C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C2C3 is #473D3C. Grayscale: #BFBFBF. Windows color (decimal): -4668733 or 12829368. OLE color: 12829368.

HSL color Cylindrical-coordinate representation of color #B8C2C3: hue angle of 185.45º degrees, saturation: 0.08, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B8C2C3 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 184 194 195 -
CMYK 0.06 0.01 0 0.24
HSL 185.45º 0.08% 0.74% -
HSV(B) 185.45º 0.06% 0.76% -
XYZ 48.91 52.71 59.23 -
YUV 191.12 130.19 122.92 -
System Red Green Blue C M Y K H S L
Decimal 184 194 195 0.06 0.01 0 0.24 185.45 0.08 0.74
Hex B8 C2 C3 6 1 0 18 B9 8 4A
Octal 270 302 303 6 1 0 30 271 10 112
Binary 10111000 11000010 11000011 110 1 0 11000 10111001 1000 1001010

Color Harmonies of #B8C2C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C2C3

Black with #B8C2C3

Text Example


Text Example

White with #B8C2C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C2C3; }

 p { color: rgb(184,194,195); }

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

background-color css

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

 a { background-color: rgb(184,194,195); }

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

border-color css

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

 span { border-color: rgb(184,194,195); }

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