Html Css Color HEX #B9C7CA Jungle Mist

📋 copy color: '#B9C7CA'

red 185 ◦ green 199 ◦ blue 202

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

Shades of Jungle Mist #B9C7CA

Tints of Jungle Mist #B9C7CA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.96%

 BLUE value IS 202 (79.3% from 255) = 34.47%

R = 31.57%
G = 33.96%
B = 34.47%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B9C7CA (or 0xB9C7CA) is known color: Jungle Mist. HEX triplet: B9, C7 and CA. RGB value is (185,199,202). Sum of RGB (Red+Green+Blue) = 185+199+202=586 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.57% from 586); Green value is 199 (78.12% from 255 or 33.96% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 202 - color contains mainly: blue. Hex color #B9C7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C7CA is #463835. Grayscale: #C3C3C3. Windows color (decimal): -4601910 or 13289401. OLE color: 13289401.

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

Color convert

RGB 185 199 202 -
CMYK 0.08 0.01 0 0.21
HSL 190.59º 0.14% 0.76% -
HSV(B) 190.59º 0.08% 0.79% -
XYZ 51.09 55.43 63.88 -
YUV 195.16 131.86 120.76 -
System Red Green Blue C M Y K H S L
Decimal 185 199 202 0.08 0.01 0 0.21 190.59 0.14 0.76
Hex B9 C7 CA 8 1 0 15 BF E 4C
Octal 271 307 312 10 1 0 25 277 16 114
Binary 10111001 11000111 11001010 1000 1 0 10101 10111111 1110 1001100

Color Harmonies of #B9C7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C7CA

Black with #B9C7CA

Text Example


Text Example

White with #B9C7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C7CA; }

 p { color: rgb(185,199,202); }

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

background-color css

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

 a { background-color: rgb(185,199,202); }

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

border-color css

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

 span { border-color: rgb(185,199,202); }

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