#B7CDCC

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

Shades of Jungle Mist #B7CDCC

Tints of Jungle Mist #B7CDCC

Color information

#B7CDCC (or 0xB7CDCC) is unknown color: approx Jungle Mist. HEX triplet: B7, CD and CC. RGB value is (183,205,204). Sum of RGB (Red+Green+Blue) = 183+205+204=592 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.91% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 205 - color contains mainly: green. Hex color #B7CDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CDCC is #483233. Grayscale: #C6C6C6. Windows color (decimal): -4731444 or 13422007. OLE color: 13422007.

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

Color convert

RGB183205204-
CMYK0.1100.000.20
HSL177.27º18.03%76.08%-
HSV(B)177.27º10.73%80.39%-
XYZ52.2658.0965.58-
YUV198.31131.21117.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.91%
GREEN value IS 205 (80.47% from 255) = 34.63%
BLUE value IS 204 (80.08% from 255) = 34.46%
R=30.91%
G=34.63%
B=34.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1832052040.1100.000.20177.2718.0376.08
HexB7CDCCB0014b1124c
Octal26731531413002426122114
Binary1011011111001101110011001011001010010110001100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CDCC; }

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

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

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

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

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

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

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

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