#BCF7B5

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

Shades of Madang #BCF7B5

Tints of Madang #BCF7B5

Color information

#BCF7B5 (or 0xBCF7B5) is unknown color: approx Madang. HEX triplet: BC, F7 and B5. RGB value is (188,247,181). Sum of RGB (Red+Green+Blue) = 188+247+181=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 247 (96.88% from 255 or 40.10% from 616); Blue value is 181 (71.09% from 255 or 29.38% from 616); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF7B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF7B5 is #43084A. Grayscale: #DEDEDE. Windows color (decimal): -4393035 or 11925436. OLE color: 11925436.

HSL color Cylindrical-coordinate representation of color #BCF7B5: hue angle of 113.64º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCF7B5 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB188247181-
CMYK0.2400.270.03
HSL113.64º80.49%83.92%-
HSV(B)113.64º26.72%96.86%-
XYZ62.3480.5555.98-
YUV221.83104.95103.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.52%
GREEN value IS 247 (96.88% from 255) = 40.10%
BLUE value IS 181 (71.09% from 255) = 29.38%
R=30.52%
G=40.10%
B=29.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1882471810.2400.270.03113.6480.4983.92
HexBCF7B51801B3725054
Octal274367265300333162120124
Binary1011110011110111101101011100001101111111001010100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF7B5; }

 p { color: rgb(188,247,181); }

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

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

 a { background-color: rgb(188,247,181); }

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

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

 span { border-color: rgb(188,247,181); }

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