#B1CACF

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

Shades of Jungle Mist #B1CACF

Tints of Jungle Mist #B1CACF

Color information

#B1CACF (or 0xB1CACF) is unknown color: approx Jungle Mist. HEX triplet: B1, CA and CF. RGB value is (177,202,207). Sum of RGB (Red+Green+Blue) = 177+202+207=586 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.20% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 207 - color contains mainly: blue. Hex color #B1CACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CACF is #4E3530. Grayscale: #C3C3C3. Windows color (decimal): -5125425 or 13617841. OLE color: 13617841.

HSL color Cylindrical-coordinate representation of color #B1CACF: hue angle of 190º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1CACF is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB177202207-
CMYK0.140.0200.19
HSL190º23.81%75.29%-
HSV(B)190º14.49%81.18%-
XYZ50.5156.0967.2-
YUV195.1134.72115.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.20%
GREEN value IS 202 (79.30% from 255) = 34.47%
BLUE value IS 207 (81.25% from 255) = 35.32%
R=30.20%
G=34.47%
B=35.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1772022070.140.0200.1919023.8175.29
HexB1CACFE2013be184b
Octal26131231716202327630113
Binary10110001110010101100111111101001001110111110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CACF; }

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

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

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

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

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

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

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

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