#B3CBCA

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

Shades of Jungle Mist #B3CBCA

Tints of Jungle Mist #B3CBCA

Color information

#B3CBCA (or 0xB3CBCA) is unknown color: approx Jungle Mist. HEX triplet: B3, CB and CA. RGB value is (179,203,202). Sum of RGB (Red+Green+Blue) = 179+203+202=584 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.65% from 584); Green value is 203 (79.69% from 255 or 34.76% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 203 - color contains mainly: green. Hex color #B3CBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CBCA is #4C3435. Grayscale: #C3C3C3. Windows color (decimal): -4994102 or 13290419. OLE color: 13290419.

HSL color Cylindrical-coordinate representation of color #B3CBCA: hue angle of 177.5º degrees, saturation: 0.19, 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 #B3CBCA is Cyan = 0.12, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB179203202-
CMYK0.1200.000.20
HSL177.5º18.75%74.9%-
HSV(B)177.5º11.82%79.61%-
XYZ50.6156.5664.13-
YUV195.71131.55116.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.65%
GREEN value IS 203 (79.69% from 255) = 34.76%
BLUE value IS 202 (79.30% from 255) = 34.59%
R=30.65%
G=34.76%
B=34.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1792032020.1200.000.20177.518.7574.9
HexB3CBCAC0014b1134b
Octal26331331214002426123113
Binary1011001111001011110010101100001010010110001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CBCA; }

 p { color: rgb(179,203,202); }

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

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

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

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

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

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

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