#BCEBB4

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

Shades of Madang #BCEBB4

Tints of Madang #BCEBB4

Color information

#BCEBB4 (or 0xBCEBB4) is unknown color: approx Madang. HEX triplet: BC, EB and B4. RGB value is (188,235,180). Sum of RGB (Red+Green+Blue) = 188+235+180=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 235 (92.19% from 255 or 38.97% from 603); Blue value is 180 (70.70% from 255 or 29.85% from 603); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBB4 is #43144B. Grayscale: #D6D6D6. Windows color (decimal): -4396108 or 11856828. OLE color: 11856828.

HSL color Cylindrical-coordinate representation of color #BCEBB4: hue angle of 111.27º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCEBB4 is Cyan = 0.2, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB188235180-
CMYK0.200.230.08
HSL111.27º57.89%81.37%-
HSV(B)111.27º23.4%92.16%-
XYZ58.6973.454.26-
YUV214.68108.43108.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.18%
GREEN value IS 235 (92.19% from 255) = 38.97%
BLUE value IS 180 (70.70% from 255) = 29.85%
R=31.18%
G=38.97%
B=29.85%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882351800.200.230.08111.2757.8981.37
HexBCEBB41401786f3a51
Octal274353264240271015772121
Binary10111100111010111011010010100010111100011011111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEBB4; }

 p { color: rgb(188,235,180); }

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

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

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

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

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

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

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