#B3CCCC

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

Shades of Jungle Mist #B3CCCC

Tints of Jungle Mist #B3CCCC

Color information

#B3CCCC (or 0xB3CCCC) is unknown color: approx Jungle Mist. HEX triplet: B3, CC and CC. RGB value is (179,204,204). Sum of RGB (Red+Green+Blue) = 179+204+204=587 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.49% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #B3CCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CCCC is #4C3333. Grayscale: #C4C4C4. Windows color (decimal): -4993844 or 13421747. OLE color: 13421747.

HSL color Cylindrical-coordinate representation of color #B3CCCC: hue angle of 180º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3CCCC is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB179204204-
CMYK0.12000.2
HSL180º19.69%75.1%-
HSV(B)180º12.25%80%-
XYZ51.0857.1365.46-
YUV196.52132.22115.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.49%
GREEN value IS 204 (80.08% from 255) = 34.75%
BLUE value IS 204 (80.08% from 255) = 34.75%
R=30.49%
G=34.75%
B=34.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1792042040.12000.218019.6975.1
HexB3CCCCC0014b4144b
Octal26331431414002426424113
Binary1011001111001100110011001100001010010110100101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CCCC; }

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

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

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

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

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

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

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

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