#B8CACA

Color #B8CACA Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #B8CACA

Tints of Jungle Mist #B8CACA

Color information

#B8CACA (or 0xB8CACA) is unknown color: approx 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

RGB184202202-
CMYK0.09000.21
HSL180º14.52%75.69%-
HSV(B)180º8.91%79.22%-
XYZ51.5556.764.1-
YUV196.62131.04119-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.29%
GREEN value IS 202 (79.30% from 255) = 34.35%
BLUE value IS 202 (79.30% from 255) = 34.35%
R=31.29%
G=34.35%
B=34.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1842022020.09000.2118014.5275.69
HexB8CACA90015b4f4c
Octal27031231211002526417114
Binary101110001100101011001010100100101011011010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>