#B5CDCD

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

Shades of Jungle Mist #B5CDCD

Tints of Jungle Mist #B5CDCD

Color information

#B5CDCD (or 0xB5CDCD) is unknown color: approx Jungle Mist. HEX triplet: B5, CD and CD. RGB value is (181,205,205). Sum of RGB (Red+Green+Blue) = 181+205+205=591 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.63% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #B5CDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CDCD is #4A3232. Grayscale: #C5C5C5. Windows color (decimal): -4862515 or 13487541. OLE color: 13487541.

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

Color convert

RGB181205205-
CMYK0.12000.20
HSL180º19.35%75.69%-
HSV(B)180º11.71%80.39%-
XYZ51.9157.8966.2-
YUV197.82132.05116-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.63%
GREEN value IS 205 (80.47% from 255) = 34.69%
BLUE value IS 205 (80.47% from 255) = 34.69%
R=30.63%
G=34.69%
B=34.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1812052050.12000.2018019.3575.69
HexB5CDCDC0014b4134c
Octal26531531514002426423114
Binary1011010111001101110011011100001010010110100100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CDCD; }

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

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

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

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

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

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

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

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