#B6CDCB

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

Shades of Jungle Mist #B6CDCB

Tints of Jungle Mist #B6CDCB

Color information

#B6CDCB (or 0xB6CDCB) is unknown color: approx Jungle Mist. HEX triplet: B6, CD and CB. RGB value is (182,205,203). Sum of RGB (Red+Green+Blue) = 182+205+203=590 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.85% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 205 - color contains mainly: green. Hex color #B6CDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CDCB is #493234. Grayscale: #C5C5C5. Windows color (decimal): -4796981 or 13356470. OLE color: 13356470.

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

Color convert

RGB182205203-
CMYK0.1100.010.20
HSL174.78º18.7%75.88%-
HSV(B)174.78º11.22%80.39%-
XYZ51.957.9264.94-
YUV197.9130.88116.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.85%
GREEN value IS 205 (80.47% from 255) = 34.75%
BLUE value IS 203 (79.69% from 255) = 34.41%
R=30.85%
G=34.75%
B=34.41%

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
Decimal1822052030.1100.010.20174.7818.775.88
HexB6CDCBB0114af134c
Octal26631531313012425723114
Binary1011011011001101110010111011011010010101111100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CDCB; }

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

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

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

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

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

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

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

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