#B1CCC9

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

Shades of Jungle Mist #B1CCC9

Tints of Jungle Mist #B1CCC9

Color information

#B1CCC9 (or 0xB1CCC9) is unknown color: approx Jungle Mist. HEX triplet: B1, CC and C9. RGB value is (177,204,201). Sum of RGB (Red+Green+Blue) = 177+204+201=582 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.41% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 201 (78.91% from 255 or 34.54% from 582); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CCC9 is #4E3336. Grayscale: #C3C3C3. Windows color (decimal): -5124919 or 13225137. OLE color: 13225137.

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

Color convert

RGB177204201-
CMYK0.1300.010.2
HSL173.33º20.93%74.71%-
HSV(B)173.33º13.24%80%-
XYZ50.2756.7563.56-
YUV195.58131.05114.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.41%
GREEN value IS 204 (80.08% from 255) = 35.05%
BLUE value IS 201 (78.91% from 255) = 34.54%
R=30.41%
G=35.05%
B=34.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1772042010.1300.010.2173.3320.9374.71
HexB1CCC9D0114ad154b
Octal26131431115012425525113
Binary1011000111001100110010011101011010010101101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CCC9; }

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

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

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

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

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

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

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

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