#BCEBB1

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

Shades of Madang #BCEBB1

Tints of Madang #BCEBB1

Color information

#BCEBB1 (or 0xBCEBB1) is unknown color: approx Madang. HEX triplet: BC, EB and B1. RGB value is (188,235,177). Sum of RGB (Red+Green+Blue) = 188+235+177=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 235 (92.19% from 255 or 39.17% from 600); Blue value is 177 (69.53% from 255 or 29.5% from 600); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEBB1 is #43144E. Grayscale: #D6D6D6. Windows color (decimal): -4396111 or 11660220. OLE color: 11660220.

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

Color convert

RGB188235177-
CMYK0.200.250.08
HSL108.62º59.18%80.78%-
HSV(B)108.62º24.68%92.16%-
XYZ58.3873.2852.66-
YUV214.33106.93109.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.33%
GREEN value IS 235 (92.19% from 255) = 39.17%
BLUE value IS 177 (69.53% from 255) = 29.5%
R=31.33%
G=39.17%
B=29.5%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882351770.200.250.08108.6259.1880.78
HexBCEBB11401986d3b51
Octal274353261240311015573121
Binary10111100111010111011000110100011001100011011011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEBB1; }

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

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

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

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

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

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

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

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