#BFF5A8

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

Shades of Madang #BFF5A8

Tints of Madang #BFF5A8

Color information

#BFF5A8 (or 0xBFF5A8) is unknown color: approx Madang. HEX triplet: BF, F5 and A8. RGB value is (191,245,168). Sum of RGB (Red+Green+Blue) = 191+245+168=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 245 (96.09% from 255 or 40.56% from 604); Blue value is 168 (66.02% from 255 or 27.81% from 604); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF5A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF5A8 is #400A57. Grayscale: #DCDCDC. Windows color (decimal): -4196952 or 11072959. OLE color: 11072959.

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

Color convert

RGB191245168-
CMYK0.2200.310.04
HSL102.08º79.38%80.98%-
HSV(B)102.08º31.43%96.08%-
XYZ61.2179.2149.11-
YUV220.0898.61107.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.62%
GREEN value IS 245 (96.09% from 255) = 40.56%
BLUE value IS 168 (66.02% from 255) = 27.81%
R=31.62%
G=40.56%
B=27.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912451680.2200.310.04102.0879.3880.98
HexBFF5A81601F4664f51
Octal277365250260374146117121
Binary10111111111101011010100010110011111100110011010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF5A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF5A8; }

 p { color: rgb(191,245,168); }

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

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

 a { background-color: rgb(191,245,168); }

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

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

 span { border-color: rgb(191,245,168); }

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