#B8CCCC

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

Shades of Jungle Mist #B8CCCC

Tints of Jungle Mist #B8CCCC

Color information

#B8CCCC (or 0xB8CCCC) is unknown color: approx Jungle Mist. HEX triplet: B8, CC and CC. RGB value is (184,204,204). Sum of RGB (Red+Green+Blue) = 184+204+204=592 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.08% from 592); Green value is 204 (80.08% from 255 or 34.46% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #B8CCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CCCC is #473333. Grayscale: #C6C6C6. Windows color (decimal): -4666164 or 13421752. OLE color: 13421752.

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

Color convert

RGB184204204-
CMYK0.10000.2
HSL180º16.39%76.08%-
HSV(B)180º9.8%80%-
XYZ52.2657.7465.52-
YUV198.02131.37118-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.08%
GREEN value IS 204 (80.08% from 255) = 34.46%
BLUE value IS 204 (80.08% from 255) = 34.46%
R=31.08%
G=34.46%
B=34.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1842042040.10000.218016.3976.08
HexB8CCCCA0014b4104c
Octal27031431412002426420114
Binary1011100011001100110011001010001010010110100100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CCCC; }

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

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

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

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

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

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

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

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