#B4CCD1

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

Shades of Jungle Mist #B4CCD1

Tints of Jungle Mist #B4CCD1

Color information

#B4CCD1 (or 0xB4CCD1) is unknown color: approx Jungle Mist. HEX triplet: B4, CC and D1. RGB value is (180,204,209). Sum of RGB (Red+Green+Blue) = 180+204+209=593 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.35% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 209 (82.03% from 255 or 35.24% from 593); Max value from RGB is 209 - color contains mainly: blue. Hex color #B4CCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CCD1 is #4B332E. Grayscale: #C5C5C5. Windows color (decimal): -4928303 or 13749428. OLE color: 13749428.

HSL color Cylindrical-coordinate representation of color #B4CCD1: hue angle of 190.34º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B4CCD1 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB180204209-
CMYK0.140.0200.18
HSL190.34º23.97%76.27%-
HSV(B)190.34º13.88%81.96%-
XYZ51.9257.4968.68-
YUV197.39134.55115.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.35%
GREEN value IS 204 (80.08% from 255) = 34.40%
BLUE value IS 209 (82.03% from 255) = 35.24%
R=30.35%
G=34.40%
B=35.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1802042090.140.0200.18190.3423.9776.27
HexB4CCD1E2012be184c
Octal26431432116202227630114
Binary10110100110011001101000111101001001010111110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CCD1; }

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

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

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

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

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

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

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

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