#B3C8CC

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

Shades of Jungle Mist #B3C8CC

Tints of Jungle Mist #B3C8CC

Color information

#B3C8CC (or 0xB3C8CC) is unknown color: approx Jungle Mist. HEX triplet: B3, C8 and CC. RGB value is (179,200,204). Sum of RGB (Red+Green+Blue) = 179+200+204=583 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.70% from 583); Green value is 200 (78.52% from 255 or 34.31% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 204 - color contains mainly: blue. Hex color #B3C8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C8CC is #4C3733. Grayscale: #C2C2C2. Windows color (decimal): -4994868 or 13420723. OLE color: 13420723.

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

Color convert

RGB179200204-
CMYK0.120.0200.2
HSL189.6º19.69%75.1%-
HSV(B)189.6º12.25%80%-
XYZ50.1455.2565.15-
YUV194.18133.54117.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.70%
GREEN value IS 200 (78.52% from 255) = 34.31%
BLUE value IS 204 (80.08% from 255) = 34.99%
R=30.70%
G=34.31%
B=34.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1792002040.120.0200.2189.619.6975.1
HexB3C8CCC2014be144b
Octal26331031414202427624113
Binary10110011110010001100110011001001010010111110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C8CC; }

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

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

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

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

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

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

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

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