#B8CACC

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

Shades of Jungle Mist #B8CACC

Tints of Jungle Mist #B8CACC

Color information

#B8CACC (or 0xB8CACC) is unknown color: approx Jungle Mist. HEX triplet: B8, CA and CC. RGB value is (184,202,204). Sum of RGB (Red+Green+Blue) = 184+202+204=590 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.19% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 204 - color contains mainly: blue. Hex color #B8CACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CACC is #473533. Grayscale: #C4C4C4. Windows color (decimal): -4666676 or 13421240. OLE color: 13421240.

HSL color Cylindrical-coordinate representation of color #B8CACC: hue angle of 186º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8CACC is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB184202204-
CMYK0.100.0100.2
HSL186º16.39%76.08%-
HSV(B)186º9.8%80%-
XYZ51.7956.7965.36-
YUV196.85132.04118.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.19%
GREEN value IS 202 (79.30% from 255) = 34.24%
BLUE value IS 204 (80.08% from 255) = 34.58%
R=31.19%
G=34.24%
B=34.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1842022040.100.0100.218616.3976.08
HexB8CACCA1014ba104c
Octal27031231412102427220114
Binary1011100011001010110011001010101010010111010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CACC; }

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

 H1.HeaderClassName
 {
   color: #B8CACC;
 }
 .AnyTagClassName
 {
   color: #B8CACC;
 }
</style>
background-color css

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

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

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

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

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

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