#B3CDCD

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

Shades of Jungle Mist #B3CDCD

Tints of Jungle Mist #B3CDCD

Color information

#B3CDCD (or 0xB3CDCD) is unknown color: approx Jungle Mist. HEX triplet: B3, CD and CD. RGB value is (179,205,205). Sum of RGB (Red+Green+Blue) = 179+205+205=589 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.39% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #B3CDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CDCD is #4C3232. Grayscale: #C5C5C5. Windows color (decimal): -4993587 or 13487539. OLE color: 13487539.

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

Color convert

RGB179205205-
CMYK0.13000.20
HSL180º20.63%75.29%-
HSV(B)180º12.68%80.39%-
XYZ51.4457.6566.17-
YUV197.23132.39115-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.39%
GREEN value IS 205 (80.47% from 255) = 34.80%
BLUE value IS 205 (80.47% from 255) = 34.80%
R=30.39%
G=34.80%
B=34.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1792052050.13000.2018020.6375.29
HexB3CDCDD0014b4154b
Octal26331531515002426425113
Binary1011001111001101110011011101001010010110100101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CDCD; }

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

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

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

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

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

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

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

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