#BFF1B0

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

Shades of Madang #BFF1B0

Tints of Madang #BFF1B0

Color information

#BFF1B0 (or 0xBFF1B0) is unknown color: approx Madang. HEX triplet: BF, F1 and B0. RGB value is (191,241,176). Sum of RGB (Red+Green+Blue) = 191+241+176=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 241 (94.53% from 255 or 39.64% from 608); Blue value is 176 (69.14% from 255 or 28.95% from 608); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF1B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF1B0 is #400E4F. Grayscale: #DADADA. Windows color (decimal): -4197968 or 11596223. OLE color: 11596223.

HSL color Cylindrical-coordinate representation of color #BFF1B0: hue angle of 106.15º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFF1B0 is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB191241176-
CMYK0.2100.270.05
HSL106.15º69.89%81.76%-
HSV(B)106.15º26.97%94.51%-
XYZ60.7877.1252.76-
YUV218.64103.94108.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.41%
GREEN value IS 241 (94.53% from 255) = 39.64%
BLUE value IS 176 (69.14% from 255) = 28.95%
R=31.41%
G=39.64%
B=28.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912411760.2100.270.05106.1569.8981.76
HexBFF1B01501B56a4652
Octal277361260250335152106122
Binary10111111111100011011000010101011011101110101010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF1B0; }

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

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

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

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

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

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

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

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