#B4CCD0

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

Shades of Jungle Mist #B4CCD0

Tints of Jungle Mist #B4CCD0

Color information

#B4CCD0 (or 0xB4CCD0) is unknown color: approx Jungle Mist. HEX triplet: B4, CC and D0. RGB value is (180,204,208). Sum of RGB (Red+Green+Blue) = 180+204+208=592 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.41% from 592); Green value is 204 (80.08% from 255 or 34.46% from 592); Blue value is 208 (81.64% from 255 or 35.14% from 592); Max value from RGB is 208 - color contains mainly: blue. Hex color #B4CCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CCD0 is #4B332F. Grayscale: #C5C5C5. Windows color (decimal): -4928304 or 13683892. OLE color: 13683892.

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

Color convert

RGB180204208-
CMYK0.130.0200.18
HSL188.57º22.95%76.08%-
HSV(B)188.57º13.46%81.57%-
XYZ51.857.4468.03-
YUV197.28134.05115.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.41%
GREEN value IS 204 (80.08% from 255) = 34.46%
BLUE value IS 208 (81.64% from 255) = 35.14%
R=30.41%
G=34.46%
B=35.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1802042080.130.0200.18188.5722.9576.08
HexB4CCD0D2012bd174c
Octal26431432015202227527114
Binary10110100110011001101000011011001001010111101101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CCD0; }

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

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

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

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

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

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

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

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