#BFF1B3

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

Shades of Madang #BFF1B3

Tints of Madang #BFF1B3

Color information

#BFF1B3 (or 0xBFF1B3) is unknown color: approx Madang. HEX triplet: BF, F1 and B3. RGB value is (191,241,179). Sum of RGB (Red+Green+Blue) = 191+241+179=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 241 (94.53% from 255 or 39.44% from 611); Blue value is 179 (70.31% from 255 or 29.30% from 611); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF1B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF1B3 is #400E4C. Grayscale: #DBDBDB. Windows color (decimal): -4197965 or 11792831. OLE color: 11792831.

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

Color convert

RGB191241179-
CMYK0.2100.260.05
HSL108.39º68.89%82.35%-
HSV(B)108.39º25.73%94.51%-
XYZ61.0877.2454.34-
YUV218.98105.44108.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.26%
GREEN value IS 241 (94.53% from 255) = 39.44%
BLUE value IS 179 (70.31% from 255) = 29.30%
R=31.26%
G=39.44%
B=29.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912411790.2100.260.05108.3968.8982.35
HexBFF1B31501A56c4552
Octal277361263250325154105122
Binary10111111111100011011001110101011010101110110010001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF1B3; }

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

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

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

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

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

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

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

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