#BFEBA6

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

Shades of Madang #BFEBA6

Tints of Madang #BFEBA6

Color information

#BFEBA6 (or 0xBFEBA6) is unknown color: approx Madang. HEX triplet: BF, EB and A6. RGB value is (191,235,166). Sum of RGB (Red+Green+Blue) = 191+235+166=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 235 (92.19% from 255 or 39.70% from 592); Blue value is 166 (65.23% from 255 or 28.04% from 592); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEBA6 is #401459. Grayscale: #D6D6D6. Windows color (decimal): -4199514 or 10939327. OLE color: 10939327.

HSL color Cylindrical-coordinate representation of color #BFEBA6: hue angle of 98.26º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFEBA6 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB191235166-
CMYK0.1900.290.08
HSL98.26º63.3%78.63%-
HSV(B)98.26º29.36%92.16%-
XYZ58.0873.2547.15-
YUV213.98100.92111.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.26%
GREEN value IS 235 (92.19% from 255) = 39.70%
BLUE value IS 166 (65.23% from 255) = 28.04%
R=32.26%
G=39.70%
B=28.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912351660.1900.290.0898.2663.378.63
HexBFEBA61301D8623f4f
Octal277353246230351014277117
Binary10111111111010111010011010011011101100011000101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEBA6; }

 p { color: rgb(191,235,166); }

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

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

 a { background-color: rgb(191,235,166); }

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

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

 span { border-color: rgb(191,235,166); }

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