#BFECA3

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

Shades of Madang #BFECA3

Tints of Madang #BFECA3

Color information

#BFECA3 (or 0xBFECA3) is unknown color: approx Madang. HEX triplet: BF, EC and A3. RGB value is (191,236,163). Sum of RGB (Red+Green+Blue) = 191+236+163=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 236 (92.58% from 255 or 40% from 590); Blue value is 163 (64.06% from 255 or 27.63% from 590); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFECA3 is #40135C. Grayscale: #D6D6D6. Windows color (decimal): -4199261 or 10742975. OLE color: 10742975.

HSL color Cylindrical-coordinate representation of color #BFECA3: hue angle of 96.99º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFECA3 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB191236163-
CMYK0.1900.310.07
HSL96.99º65.77%78.24%-
HSV(B)96.99º30.93%92.55%-
XYZ58.0973.7145.82-
YUV214.2299.09111.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.37%
GREEN value IS 236 (92.58% from 255) = 40%
BLUE value IS 163 (64.06% from 255) = 27.63%
R=32.37%
G=40%
B=27.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912361630.1900.310.0796.9965.7778.24
HexBFECA31301F761424e
Octal277354243230377141102116
Binary10111111111011001010001110011011111111110000110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFECA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFECA3; }

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

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

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

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

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

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

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

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