#BFEFB0

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

Shades of Madang #BFEFB0

Tints of Madang #BFEFB0

Color information

#BFEFB0 (or 0xBFEFB0) is unknown color: approx Madang. HEX triplet: BF, EF and B0. RGB value is (191,239,176). Sum of RGB (Red+Green+Blue) = 191+239+176=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 239 (93.75% from 255 or 39.44% from 606); Blue value is 176 (69.14% from 255 or 29.04% from 606); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEFB0 is #40104F. Grayscale: #D9D9D9. Windows color (decimal): -4198480 or 11595711. OLE color: 11595711.

HSL color Cylindrical-coordinate representation of color #BFEFB0: hue angle of 105.71º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFEFB0 is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB191239176-
CMYK0.2000.260.06
HSL105.71º66.32%81.37%-
HSV(B)105.71º26.36%93.73%-
XYZ60.1975.9452.56-
YUV217.47104.6109.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.52%
GREEN value IS 239 (93.75% from 255) = 39.44%
BLUE value IS 176 (69.14% from 255) = 29.04%
R=31.52%
G=39.44%
B=29.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912391760.2000.260.06105.7166.3281.37
HexBFEFB01401A66a4251
Octal277357260240326152102121
Binary10111111111011111011000010100011010110110101010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEFB0; }

 p { color: rgb(191,239,176); }

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

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

 a { background-color: rgb(191,239,176); }

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

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

 span { border-color: rgb(191,239,176); }

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