#B4CDCD

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

Shades of Jungle Mist #B4CDCD

Tints of Jungle Mist #B4CDCD

Color information

#B4CDCD (or 0xB4CDCD) is unknown color: approx Jungle Mist. HEX triplet: B4, CD and CD. RGB value is (180,205,205). Sum of RGB (Red+Green+Blue) = 180+205+205=590 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.51% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #B4CDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CDCD is #4B3232. Grayscale: #C5C5C5. Windows color (decimal): -4928051 or 13487540. OLE color: 13487540.

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

Color convert

RGB180205205-
CMYK0.12000.20
HSL180º20%75.49%-
HSV(B)180º12.2%80.39%-
XYZ51.6757.7766.19-
YUV197.52132.22115.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.51%
GREEN value IS 205 (80.47% from 255) = 34.75%
BLUE value IS 205 (80.47% from 255) = 34.75%
R=30.51%
G=34.75%
B=34.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1802052050.12000.201802075.49
HexB4CDCDC0014b4144b
Octal26431531514002426424113
Binary1011010011001101110011011100001010010110100101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CDCD; }

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

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

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

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

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

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

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

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