#BCFDB5

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

Shades of Madang #BCFDB5

Tints of Madang #BCFDB5

Color information

#BCFDB5 (or 0xBCFDB5) is unknown color: approx Madang. HEX triplet: BC, FD and B5. RGB value is (188,253,181). Sum of RGB (Red+Green+Blue) = 188+253+181=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 253 (99.22% from 255 or 40.68% from 622); Blue value is 181 (71.09% from 255 or 29.10% from 622); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDB5 is #43024A. Grayscale: #E1E1E1. Windows color (decimal): -4391499 or 11926972. OLE color: 11926972.

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

Color convert

RGB188253181-
CMYK0.2600.280.01
HSL114.17º94.74%85.1%-
HSV(B)114.17º28.46%99.22%-
XYZ64.284.2856.6-
YUV225.36102.97101.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.23%
GREEN value IS 253 (99.22% from 255) = 40.68%
BLUE value IS 181 (71.09% from 255) = 29.10%
R=30.23%
G=40.68%
B=29.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882531810.2600.280.01114.1794.7485.1
HexBCFDB51A01C1725f55
Octal274375265320341162137125
Binary101111001111110110110101110100111001111001010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFDB5; }

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

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

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

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

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

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

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

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