#B8CACD

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

Shades of Jungle Mist #B8CACD

Tints of Jungle Mist #B8CACD

Color information

#B8CACD (or 0xB8CACD) is unknown color: approx Jungle Mist. HEX triplet: B8, CA and CD. RGB value is (184,202,205). Sum of RGB (Red+Green+Blue) = 184+202+205=591 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.13% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 205 - color contains mainly: blue. Hex color #B8CACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CACD is #473532. Grayscale: #C4C4C4. Windows color (decimal): -4666675 or 13486776. OLE color: 13486776.

HSL color Cylindrical-coordinate representation of color #B8CACD: hue angle of 188.57º degrees, saturation: 0.17, 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 #B8CACD is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB184202205-
CMYK0.100.0100.20
HSL188.57º17.36%76.27%-
HSV(B)188.57º10.24%80.39%-
XYZ51.9156.8465.99-
YUV196.96132.54118.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.13%
GREEN value IS 202 (79.30% from 255) = 34.18%
BLUE value IS 205 (80.47% from 255) = 34.69%
R=31.13%
G=34.18%
B=34.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1842022050.100.0100.20188.5717.3676.27
HexB8CACDA1014bd114c
Octal27031231512102427521114
Binary1011100011001010110011011010101010010111101100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CACD; }

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

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

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

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

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

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

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

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