#BFF1A8

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

Shades of Madang #BFF1A8

Tints of Madang #BFF1A8

Color information

#BFF1A8 (or 0xBFF1A8) is unknown color: approx Madang. HEX triplet: BF, F1 and A8. RGB value is (191,241,168). Sum of RGB (Red+Green+Blue) = 191+241+168=600 (79% of max value = 765). Red value is 191 (75% from 255 or 31.83% from 600); Green value is 241 (94.53% from 255 or 40.17% from 600); Blue value is 168 (66.02% from 255 or 28% from 600); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF1A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF1A8 is #400E57. Grayscale: #D9D9D9. Windows color (decimal): -4197976 or 11071935. OLE color: 11071935.

HSL color Cylindrical-coordinate representation of color #BFF1A8: hue angle of 101.1º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFF1A8 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB191241168-
CMYK0.2100.300.05
HSL101.1º72.28%80.2%-
HSV(B)101.1º30.29%94.51%-
XYZ60.0176.8148.71-
YUV217.7399.94108.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.83%
GREEN value IS 241 (94.53% from 255) = 40.17%
BLUE value IS 168 (66.02% from 255) = 28%
R=31.83%
G=40.17%
B=28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912411680.2100.300.05101.172.2880.2
HexBFF1A81501E5654850
Octal277361250250365145110120
Binary10111111111100011010100010101011110101110010110010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF1A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF1A8; }

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

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

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

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

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

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

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

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