#B1CDCF

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

Shades of Jungle Mist #B1CDCF

Tints of Jungle Mist #B1CDCF

Color information

#B1CDCF (or 0xB1CDCF) is unknown color: approx Jungle Mist. HEX triplet: B1, CD and CF. RGB value is (177,205,207). Sum of RGB (Red+Green+Blue) = 177+205+207=589 (78% of max value = 765). Red value is 177 (69.53% from 255 or 30.05% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 207 - color contains mainly: blue. Hex color #B1CDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CDCF is #4E3230. Grayscale: #C4C4C4. Windows color (decimal): -5124657 or 13618609. OLE color: 13618609.

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

Color convert

RGB177205207-
CMYK0.140.0100.19
HSL184º23.81%75.29%-
HSV(B)184º14.49%81.18%-
XYZ51.2357.5167.43-
YUV196.86133.72113.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.05%
GREEN value IS 205 (80.47% from 255) = 34.80%
BLUE value IS 207 (81.25% from 255) = 35.14%
R=30.05%
G=34.80%
B=35.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1772052070.140.0100.1918423.8175.29
HexB1CDCFE1013b8184b
Octal26131531716102327030113
Binary1011000111001101110011111110101001110111000110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CDCF; }

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

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

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

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

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

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

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

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