#B5CDCC

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

Shades of Jungle Mist #B5CDCC

Tints of Jungle Mist #B5CDCC

Color information

#B5CDCC (or 0xB5CDCC) is unknown color: approx Jungle Mist. HEX triplet: B5, CD and CC. RGB value is (181,205,204). Sum of RGB (Red+Green+Blue) = 181+205+204=590 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.68% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 205 - color contains mainly: green. Hex color #B5CDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CDCC is #4A3233. Grayscale: #C5C5C5. Windows color (decimal): -4862516 or 13422005. OLE color: 13422005.

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

Color convert

RGB181205204-
CMYK0.1200.000.20
HSL177.5º19.35%75.69%-
HSV(B)177.5º11.71%80.39%-
XYZ51.7957.8565.56-
YUV197.71131.55116.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.68%
GREEN value IS 205 (80.47% from 255) = 34.75%
BLUE value IS 204 (80.08% from 255) = 34.58%
R=30.68%
G=34.75%
B=34.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1812052040.1200.000.20177.519.3575.69
HexB5CDCCC0014b2134c
Octal26531531414002426223114
Binary1011010111001101110011001100001010010110010100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CDCC; }

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

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

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

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

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

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

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

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