#B1CCCA

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

Shades of Jungle Mist #B1CCCA

Tints of Jungle Mist #B1CCCA

Color information

#B1CCCA (or 0xB1CCCA) is unknown color: approx Jungle Mist. HEX triplet: B1, CC and CA. RGB value is (177,204,202). Sum of RGB (Red+Green+Blue) = 177+204+202=583 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.36% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CCCA is #4E3335. Grayscale: #C3C3C3. Windows color (decimal): -5124918 or 13290673. OLE color: 13290673.

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

Color convert

RGB177204202-
CMYK0.1300.010.2
HSL175.56º20.93%74.71%-
HSV(B)175.56º13.24%80%-
XYZ50.3956.864.18-
YUV195.7131.55114.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.36%
GREEN value IS 204 (80.08% from 255) = 34.99%
BLUE value IS 202 (79.30% from 255) = 34.65%
R=30.36%
G=34.99%
B=34.65%

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
Decimal1772042020.1300.010.2175.5620.9374.71
HexB1CCCAD0114b0154b
Octal26131431215012426025113
Binary1011000111001100110010101101011010010110000101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CCCA; }

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

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

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

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

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

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

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

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