Html Css Color HEX #B9CACA Jungle Mist

📋 copy color: '#B9CACA'

red 185 ◦ green 202 ◦ blue 202

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

Shades of Jungle Mist #B9CACA

Tints of Jungle Mist #B9CACA

RGB

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

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

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

R = 31.41%
G = 34.3%
B = 34.3%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B9CACA (or 0xB9CACA) is known color: Jungle Mist. HEX triplet: B9, CA and CA. RGB value is (185,202,202). Sum of RGB (Red+Green+Blue) = 185+202+202=589 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.41% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #B9CACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CACA is #463535. Grayscale: #C4C4C4. Windows color (decimal): -4601142 or 13290169. OLE color: 13290169.

HSL color Cylindrical-coordinate representation of color #B9CACA: hue angle of 180º 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 #B9CACA is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 202 202 -
CMYK 0.08 0 0 0.21
HSL 180º 0.14% 0.76% -
HSV(B) 180º 0.08% 0.79% -
XYZ 51.79 56.82 64.11 -
YUV 196.92 130.87 119.5 -
System Red Green Blue C M Y K H S L
Decimal 185 202 202 0.08 0 0 0.21 180 0.14 0.76
Hex B9 CA CA 8 0 0 15 B4 E 4C
Octal 271 312 312 10 0 0 25 264 16 114
Binary 10111001 11001010 11001010 1000 0 0 10101 10110100 1110 1001100

Color Harmonies of #B9CACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CACA

Black with #B9CACA

Text Example


Text Example

White with #B9CACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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