#B4CDCC

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

Shades of Jungle Mist #B4CDCC

Tints of Jungle Mist #B4CDCC

Color information

#B4CDCC (or 0xB4CDCC) is unknown color: approx Jungle Mist. HEX triplet: B4, CD and CC. RGB value is (180,205,204). Sum of RGB (Red+Green+Blue) = 180+205+204=589 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.56% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 205 - color contains mainly: green. Hex color #B4CDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CDCC is #4B3233. Grayscale: #C5C5C5. Windows color (decimal): -4928052 or 13422004. OLE color: 13422004.

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

Color convert

RGB180205204-
CMYK0.1200.000.20
HSL177.6º20%75.49%-
HSV(B)177.6º12.2%80.39%-
XYZ51.5557.7365.55-
YUV197.41131.72115.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.56%
GREEN value IS 205 (80.47% from 255) = 34.80%
BLUE value IS 204 (80.08% from 255) = 34.63%
R=30.56%
G=34.80%
B=34.63%

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
Decimal1802052040.1200.000.20177.62075.49
HexB4CDCCC0014b2144b
Octal26431531414002426224113
Binary1011010011001101110011001100001010010110010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CDCC; }

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

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

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

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

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

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

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

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