#BFFFA8

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

Shades of Madang #BFFFA8

Tints of Madang #BFFFA8

Color information

#BFFFA8 (or 0xBFFFA8) is unknown color: approx Madang. HEX triplet: BF, FF and A8. RGB value is (191,255,168). Sum of RGB (Red+Green+Blue) = 191+255+168=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 168 (66.02% from 255 or 27.36% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFFA8 is #400057. Grayscale: #E2E2E2. Windows color (decimal): -4194392 or 11075519. OLE color: 11075519.

HSL color Cylindrical-coordinate representation of color #BFFFA8: hue angle of 104.14º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFFFA8 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.

Color convert

RGB191255168-
CMYK0.2500.340
HSL104.14º100%82.94%-
HSV(B)104.14º34.12%100%-
XYZ64.3185.4250.14-
YUV225.9595.3103.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.11%
GREEN value IS 255 (100% from 255) = 41.53%
BLUE value IS 168 (66.02% from 255) = 27.36%
R=31.11%
G=41.53%
B=27.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912551680.2500.340104.1410082.94
HexBFFFA8190220686453
Octal277377250310420150144123
Binary1011111111111111101010001100101000100110100011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFFA8; }

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

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

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

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

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

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

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

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