#B4CECD

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

Shades of Jungle Mist #B4CECD

Tints of Jungle Mist #B4CECD

Color information

#B4CECD (or 0xB4CECD) is unknown color: approx Jungle Mist. HEX triplet: B4, CE and CD. RGB value is (180,206,205). Sum of RGB (Red+Green+Blue) = 180+206+205=591 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.46% from 591); Green value is 206 (80.86% from 255 or 34.86% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CECD is #4B3132. Grayscale: #C6C6C6. Windows color (decimal): -4927795 or 13487796. OLE color: 13487796.

HSL color Cylindrical-coordinate representation of color #B4CECD: hue angle of 177.69º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4CECD is Cyan = 0.13, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB180206205-
CMYK0.1300.000.19
HSL177.69º20.97%75.69%-
HSV(B)177.69º12.62%80.78%-
XYZ51.9158.2566.27-
YUV198.11131.89115.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.46%
GREEN value IS 206 (80.86% from 255) = 34.86%
BLUE value IS 205 (80.47% from 255) = 34.69%
R=30.46%
G=34.86%
B=34.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1802062050.1300.000.19177.6920.9775.69
HexB4CECDD0013b2154c
Octal26431631515002326225114
Binary1011010011001110110011011101001001110110010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CECD; }

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

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

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

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

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

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

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

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