#B7CECD

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

Shades of Jungle Mist #B7CECD

Tints of Jungle Mist #B7CECD

Color information

#B7CECD (or 0xB7CECD) is unknown color: approx Jungle Mist. HEX triplet: B7, CE and CD. RGB value is (183,206,205). Sum of RGB (Red+Green+Blue) = 183+206+205=594 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.81% from 594); Green value is 206 (80.86% from 255 or 34.68% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 206 - color contains mainly: green. Hex color #B7CECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CECD is #483132. Grayscale: #C6C6C6. Windows color (decimal): -4731187 or 13487799. OLE color: 13487799.

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

Color convert

RGB183206205-
CMYK0.1100.000.19
HSL177.39º19.01%76.27%-
HSV(B)177.39º11.17%80.78%-
XYZ52.6258.6266.3-
YUV199.01131.38116.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.81%
GREEN value IS 206 (80.86% from 255) = 34.68%
BLUE value IS 205 (80.47% from 255) = 34.51%
R=30.81%
G=34.68%
B=34.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1832062050.1100.000.19177.3919.0176.27
HexB7CECDB0013b1134c
Octal26731631513002326123114
Binary1011011111001110110011011011001001110110001100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CECD; }

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

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

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

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

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

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

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

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