#B3CFCF

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

Shades of Jungle Mist #B3CFCF

Tints of Jungle Mist #B3CFCF

Color information

#B3CFCF (or 0xB3CFCF) is unknown color: approx Jungle Mist. HEX triplet: B3, CF and CF. RGB value is (179,207,207). Sum of RGB (Red+Green+Blue) = 179+207+207=593 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.19% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #B3CFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CFCF is #4C3030. Grayscale: #C6C6C6. Windows color (decimal): -4993073 or 13619123. OLE color: 13619123.

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

Color convert

RGB179207207-
CMYK0.14000.19
HSL180º22.58%75.69%-
HSV(B)180º13.53%81.18%-
XYZ52.1758.7167.62-
YUV198.63132.72114-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.19%
GREEN value IS 207 (81.25% from 255) = 34.91%
BLUE value IS 207 (81.25% from 255) = 34.91%
R=30.19%
G=34.91%
B=34.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1792072070.14000.1918022.5875.69
HexB3CFCFE0013b4174c
Octal26331731716002326427114
Binary1011001111001111110011111110001001110110100101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CFCF; }

 p { color: rgb(179,207,207); }

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

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

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

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

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

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

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