#B7CECC

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

Shades of Jungle Mist #B7CECC

Tints of Jungle Mist #B7CECC

Color information

#B7CECC (or 0xB7CECC) is unknown color: approx Jungle Mist. HEX triplet: B7, CE and CC. RGB value is (183,206,204). Sum of RGB (Red+Green+Blue) = 183+206+204=593 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.86% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 206 - color contains mainly: green. Hex color #B7CECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CECC is #483133. Grayscale: #C6C6C6. Windows color (decimal): -4731188 or 13422263. OLE color: 13422263.

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

Color convert

RGB183206204-
CMYK0.1100.010.19
HSL174.78º19.01%76.27%-
HSV(B)174.78º11.17%80.78%-
XYZ52.558.5765.66-
YUV198.9130.88116.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.86%
GREEN value IS 206 (80.86% from 255) = 34.74%
BLUE value IS 204 (80.08% from 255) = 34.40%
R=30.86%
G=34.74%
B=34.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1832062040.1100.010.19174.7819.0176.27
HexB7CECCB0113af134c
Octal26731631413012325723114
Binary1011011111001110110011001011011001110101111100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CECC; }

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

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

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

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

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

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

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

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