#B7CECE

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

Shades of Jungle Mist #B7CECE

Tints of Jungle Mist #B7CECE

Color information

#B7CECE (or 0xB7CECE) is unknown color: approx Jungle Mist. HEX triplet: B7, CE and CE. RGB value is (183,206,206). Sum of RGB (Red+Green+Blue) = 183+206+206=595 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.76% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #B7CECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CECE is #483131. Grayscale: #C7C7C7. Windows color (decimal): -4731186 or 13553335. OLE color: 13553335.

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

Color convert

RGB183206206-
CMYK0.11000.19
HSL180º19.01%76.27%-
HSV(B)180º11.17%80.78%-
XYZ52.7458.6766.94-
YUV199.12131.88116.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.76%
GREEN value IS 206 (80.86% from 255) = 34.62%
BLUE value IS 206 (80.86% from 255) = 34.62%
R=30.76%
G=34.62%
B=34.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1832062060.11000.1918019.0176.27
HexB7CECEB0013b4134c
Octal26731631613002326423114
Binary1011011111001110110011101011001001110110100100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CECE; }

 p { color: rgb(183,206,206); }

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

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

 a { background-color: rgb(183,206,206); }

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

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

 span { border-color: rgb(183,206,206); }

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