#BFF6B0

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

Shades of Madang #BFF6B0

Tints of Madang #BFF6B0

Color information

#BFF6B0 (or 0xBFF6B0) is unknown color: approx Madang. HEX triplet: BF, F6 and B0. RGB value is (191,246,176). Sum of RGB (Red+Green+Blue) = 191+246+176=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 246 (96.48% from 255 or 40.13% from 613); Blue value is 176 (69.14% from 255 or 28.71% from 613); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF6B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF6B0 is #40094F. Grayscale: #DDDDDD. Windows color (decimal): -4196688 or 11597503. OLE color: 11597503.

HSL color Cylindrical-coordinate representation of color #BFF6B0: hue angle of 107.14º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFF6B0 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB191246176-
CMYK0.2200.280.04
HSL107.14º79.55%82.75%-
HSV(B)107.14º28.46%96.47%-
XYZ62.2880.1253.26-
YUV221.57102.28106.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.16%
GREEN value IS 246 (96.48% from 255) = 40.13%
BLUE value IS 176 (69.14% from 255) = 28.71%
R=31.16%
G=40.13%
B=28.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912461760.2200.280.04107.1479.5582.75
HexBFF6B01601C46b5053
Octal277366260260344153120123
Binary10111111111101101011000010110011100100110101110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF6B0; }

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

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

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

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

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

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

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

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