Html Css Color HEX #B9C2C3 Jungle Mist

📋 copy color: '#B9C2C3'

red 185 ◦ green 194 ◦ blue 195

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

Shades of Jungle Mist #B9C2C3

Tints of Jungle Mist #B9C2C3

RGB

 RED value IS 185 (72.66% from 255) = 32.23%

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

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

R = 32.23%
G = 33.8%
B = 33.97%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B9C2C3 (or 0xB9C2C3) is known color: Jungle Mist. HEX triplet: B9, C2 and C3. RGB value is (185,194,195). Sum of RGB (Red+Green+Blue) = 185+194+195=574 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.23% from 574); Green value is 194 (76.17% from 255 or 33.80% from 574); Blue value is 195 (76.56% from 255 or 33.97% from 574); Max value from RGB is 195 - color contains mainly: blue. Hex color #B9C2C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C2C3 is #463D3C. Grayscale: #BFBFBF. Windows color (decimal): -4603197 or 12829369. OLE color: 12829369.

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

Color convert

RGB 185 194 195 -
CMYK 0.05 0.01 0 0.24
HSL 186º 0.08% 0.75% -
HSV(B) 186º 0.05% 0.76% -
XYZ 49.15 52.84 59.24 -
YUV 191.42 130.02 123.42 -
System Red Green Blue C M Y K H S L
Decimal 185 194 195 0.05 0.01 0 0.24 186 0.08 0.75
Hex B9 C2 C3 5 1 0 18 BA 8 4B
Octal 271 302 303 5 1 0 30 272 10 113
Binary 10111001 11000010 11000011 101 1 0 11000 10111010 1000 1001011

Color Harmonies of #B9C2C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C2C3

Black with #B9C2C3

Text Example


Text Example

White with #B9C2C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C2C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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