#BCFFB4

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

Shades of Madang #BCFFB4

Tints of Madang #BCFFB4

Color information

#BCFFB4 (or 0xBCFFB4) is unknown color: approx Madang. HEX triplet: BC, FF and B4. RGB value is (188,255,180). Sum of RGB (Red+Green+Blue) = 188+255+180=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 180 (70.70% from 255 or 28.89% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFB4 is #43004B. Grayscale: #E2E2E2. Windows color (decimal): -4390988 or 11861948. OLE color: 11861948.

HSL color Cylindrical-coordinate representation of color #BCFFB4: hue angle of 113.6º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCFFB4 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB188255180-
CMYK0.2600.290
HSL113.6º100%85.29%-
HSV(B)113.6º29.41%100%-
XYZ64.7485.5156.27-
YUV226.42101.8100.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.18%
GREEN value IS 255 (100% from 255) = 40.93%
BLUE value IS 180 (70.70% from 255) = 28.89%
R=30.18%
G=40.93%
B=28.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882551800.2600.290113.610085.29
HexBCFFB41A01D0726455
Octal274377264320350162144125
Binary101111001111111110110100110100111010111001011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFFB4; }

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

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

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

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

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

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

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

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