#B3CDCA

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

Shades of Jungle Mist #B3CDCA

Tints of Jungle Mist #B3CDCA

Color information

#B3CDCA (or 0xB3CDCA) is unknown color: approx Jungle Mist. HEX triplet: B3, CD and CA. RGB value is (179,205,202). Sum of RGB (Red+Green+Blue) = 179+205+202=586 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.55% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 205 - color contains mainly: green. Hex color #B3CDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CDCA is #4C3235. Grayscale: #C4C4C4. Windows color (decimal): -4993590 or 13290931. OLE color: 13290931.

HSL color Cylindrical-coordinate representation of color #B3CDCA: hue angle of 173.08º 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 #B3CDCA is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB179205202-
CMYK0.1300.010.20
HSL173.08º20.63%75.29%-
HSV(B)173.08º12.68%80.39%-
XYZ51.0857.5164.29-
YUV196.88130.89115.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.55%
GREEN value IS 205 (80.47% from 255) = 34.98%
BLUE value IS 202 (79.30% from 255) = 34.47%
R=30.55%
G=34.98%
B=34.47%

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
Decimal1792052020.1300.010.20173.0820.6375.29
HexB3CDCAD0114ad154b
Octal26331531215012425525113
Binary1011001111001101110010101101011010010101101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CDCA; }

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

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

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

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

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

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

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

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