#B7CDCD

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

Shades of Jungle Mist #B7CDCD

Tints of Jungle Mist #B7CDCD

Color information

#B7CDCD (or 0xB7CDCD) is unknown color: approx Jungle Mist. HEX triplet: B7, CD and CD. RGB value is (183,205,205). Sum of RGB (Red+Green+Blue) = 183+205+205=593 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.86% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #B7CDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CDCD is #483232. Grayscale: #C6C6C6. Windows color (decimal): -4731443 or 13487543. OLE color: 13487543.

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

Color convert

RGB183205205-
CMYK0.11000.20
HSL180º18.03%76.08%-
HSV(B)180º10.73%80.39%-
XYZ52.3858.1466.22-
YUV198.42131.71117-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.86%
GREEN value IS 205 (80.47% from 255) = 34.57%
BLUE value IS 205 (80.47% from 255) = 34.57%
R=30.86%
G=34.57%
B=34.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1832052050.11000.2018018.0376.08
HexB7CDCDB0014b4124c
Octal26731531513002426422114
Binary1011011111001101110011011011001010010110100100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CDCD; }

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

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

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

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

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

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

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

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