#B7CDCB

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

Shades of Jungle Mist #B7CDCB

Tints of Jungle Mist #B7CDCB

Color information

#B7CDCB (or 0xB7CDCB) is unknown color: approx Jungle Mist. HEX triplet: B7, CD and CB. RGB value is (183,205,203). Sum of RGB (Red+Green+Blue) = 183+205+203=591 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.96% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 205 - color contains mainly: green. Hex color #B7CDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CDCB is #483234. Grayscale: #C6C6C6. Windows color (decimal): -4731445 or 13356471. OLE color: 13356471.

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

Color convert

RGB183205203-
CMYK0.1100.010.20
HSL174.55º18.03%76.08%-
HSV(B)174.55º10.73%80.39%-
XYZ52.1458.0464.96-
YUV198.19130.71117.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.96%
GREEN value IS 205 (80.47% from 255) = 34.69%
BLUE value IS 203 (79.69% from 255) = 34.35%
R=30.96%
G=34.69%
B=34.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1832052030.1100.010.20174.5518.0376.08
HexB7CDCBB0114af124c
Octal26731531313012425722114
Binary1011011111001101110010111011011010010101111100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CDCB; }

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

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

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

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

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

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

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

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