Html Css Color HEX #B8CACA Jungle Mist

📋 copy color: '#B8CACA'

red 184 ◦ green 202 ◦ blue 202

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

Shades of Jungle Mist #B8CACA

Tints of Jungle Mist #B8CACA

RGB

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

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

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

R = 31.29%
G = 34.35%
B = 34.35%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B8CACA (or 0xB8CACA) is known color: Jungle Mist. HEX triplet: B8, CA and CA. RGB value is (184,202,202). Sum of RGB (Red+Green+Blue) = 184+202+202=588 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.29% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #B8CACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CACA is #473535. Grayscale: #C4C4C4. Windows color (decimal): -4666678 or 13290168. OLE color: 13290168.

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

Color convert

RGB 184 202 202 -
CMYK 0.09 0 0 0.21
HSL 180º 0.15% 0.76% -
HSV(B) 180º 0.09% 0.79% -
XYZ 51.55 56.7 64.1 -
YUV 196.62 131.04 119 -
System Red Green Blue C M Y K H S L
Decimal 184 202 202 0.09 0 0 0.21 180 0.15 0.76
Hex B8 CA CA 9 0 0 15 B4 F 4C
Octal 270 312 312 11 0 0 25 264 17 114
Binary 10111000 11001010 11001010 1001 0 0 10101 10110100 1111 1001100

Color Harmonies of #B8CACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CACA

Black with #B8CACA

Text Example


Text Example

White with #B8CACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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