#B3CDCB

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

Shades of Jungle Mist #B3CDCB

Tints of Jungle Mist #B3CDCB

Color information

#B3CDCB (or 0xB3CDCB) is unknown color: approx Jungle Mist. HEX triplet: B3, CD and CB. RGB value is (179,205,203). Sum of RGB (Red+Green+Blue) = 179+205+203=587 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.49% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 205 - color contains mainly: green. Hex color #B3CDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CDCB is #4C3234. Grayscale: #C4C4C4. Windows color (decimal): -4993589 or 13356467. OLE color: 13356467.

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

Color convert

RGB179205203-
CMYK0.1300.010.20
HSL175.38º20.63%75.29%-
HSV(B)175.38º12.68%80.39%-
XYZ51.257.5664.91-
YUV197131.39115.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.49%
GREEN value IS 205 (80.47% from 255) = 34.92%
BLUE value IS 203 (79.69% from 255) = 34.58%
R=30.49%
G=34.92%
B=34.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1792052030.1300.010.20175.3820.6375.29
HexB3CDCBD0114af154b
Octal26331531315012425725113
Binary1011001111001101110010111101011010010101111101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CDCB; }

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

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

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

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

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

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

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

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