#B1CDCC

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

Shades of Jungle Mist #B1CDCC

Tints of Jungle Mist #B1CDCC

Color information

#B1CDCC (or 0xB1CDCC) is unknown color: approx Jungle Mist. HEX triplet: B1, CD and CC. RGB value is (177,205,204). Sum of RGB (Red+Green+Blue) = 177+205+204=586 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.20% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CDCC is #4E3233. Grayscale: #C4C4C4. Windows color (decimal): -5124660 or 13422001. OLE color: 13422001.

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

Color convert

RGB177205204-
CMYK0.1400.000.20
HSL177.86º21.88%74.9%-
HSV(B)177.86º13.66%80.39%-
XYZ50.8657.3765.52-
YUV196.51132.22114.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.20%
GREEN value IS 205 (80.47% from 255) = 34.98%
BLUE value IS 204 (80.08% from 255) = 34.81%
R=30.20%
G=34.98%
B=34.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1772052040.1400.000.20177.8621.8874.9
HexB1CDCCE0014b2164b
Octal26131531416002426226113
Binary1011000111001101110011001110001010010110010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CDCC; }

 p { color: rgb(177,205,204); }

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

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

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

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

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

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

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