Html Css Color HEX #B9CACE Jungle Mist

📋 copy color: '#B9CACE'

red 185 ◦ green 202 ◦ blue 206

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

Shades of Jungle Mist #B9CACE

Tints of Jungle Mist #B9CACE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.06%

 BLUE value IS 206 (80.86% from 255) = 34.74%

R = 31.2%
G = 34.06%
B = 34.74%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B9CACE (or 0xB9CACE) is known color: Jungle Mist. HEX triplet: B9, CA and CE. RGB value is (185,202,206). Sum of RGB (Red+Green+Blue) = 185+202+206=593 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.20% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 206 - color contains mainly: blue. Hex color #B9CACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CACE is #463531. Grayscale: #C5C5C5. Windows color (decimal): -4601138 or 13552313. OLE color: 13552313.

HSL color Cylindrical-coordinate representation of color #B9CACE: hue angle of 191.43º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9CACE is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 202 206 -
CMYK 0.10 0.02 0 0.19
HSL 191.43º 0.18% 0.77% -
HSV(B) 191.43º 0.1% 0.81% -
XYZ 52.27 57.01 66.64 -
YUV 197.37 132.87 119.17 -
System Red Green Blue C M Y K H S L
Decimal 185 202 206 0.10 0.02 0 0.19 191.43 0.18 0.77
Hex B9 CA CE A 2 0 13 BF 12 4D
Octal 271 312 316 12 2 0 23 277 22 115
Binary 10111001 11001010 11001110 1010 10 0 10011 10111111 10010 1001101

Color Harmonies of #B9CACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CACE

Black with #B9CACE

Text Example


Text Example

White with #B9CACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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