#BFECA5

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

Shades of Madang #BFECA5

Tints of Madang #BFECA5

Color information

#BFECA5 (or 0xBFECA5) is unknown color: approx Madang. HEX triplet: BF, EC and A5. RGB value is (191,236,165). Sum of RGB (Red+Green+Blue) = 191+236+165=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 236 (92.58% from 255 or 39.86% from 592); Blue value is 165 (64.84% from 255 or 27.87% from 592); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFECA5 is #40135A. Grayscale: #D6D6D6. Windows color (decimal): -4199259 or 10874047. OLE color: 10874047.

HSL color Cylindrical-coordinate representation of color #BFECA5: hue angle of 98.03º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFECA5 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB191236165-
CMYK0.1900.300.07
HSL98.03º65.14%78.63%-
HSV(B)98.03º30.08%92.55%-
XYZ58.2773.7846.77-
YUV214.45100.09111.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.26%
GREEN value IS 236 (92.58% from 255) = 39.86%
BLUE value IS 165 (64.84% from 255) = 27.87%
R=32.26%
G=39.86%
B=27.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912361650.1900.300.0798.0365.1478.63
HexBFECA51301E762414f
Octal277354245230367142101117
Binary10111111111011001010010110011011110111110001010000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFECA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFECA5; }

 p { color: rgb(191,236,165); }

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

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

 a { background-color: rgb(191,236,165); }

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

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

 span { border-color: rgb(191,236,165); }

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