#BFFBB0

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

Shades of Madang #BFFBB0

Tints of Madang #BFFBB0

Color information

#BFFBB0 (or 0xBFFBB0) is unknown color: approx Madang. HEX triplet: BF, FB and B0. RGB value is (191,251,176). Sum of RGB (Red+Green+Blue) = 191+251+176=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 251 (98.44% from 255 or 40.61% from 618); Blue value is 176 (69.14% from 255 or 28.48% from 618); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFBB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFBB0 is #40044F. Grayscale: #E0E0E0. Windows color (decimal): -4195408 or 11598783. OLE color: 11598783.

HSL color Cylindrical-coordinate representation of color #BFFBB0: hue angle of 108º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFFBB0 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB191251176-
CMYK0.2400.300.02
HSL108º90.36%83.73%-
HSV(B)108º29.88%98.43%-
XYZ63.8283.2153.77-
YUV224.51100.62104.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.91%
GREEN value IS 251 (98.44% from 255) = 40.61%
BLUE value IS 176 (69.14% from 255) = 28.48%
R=30.91%
G=40.61%
B=28.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912511760.2400.300.0210890.3683.73
HexBFFBB01801E26c5a54
Octal277373260300362154132124
Binary1011111111111011101100001100001111010110110010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFBB0; }

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

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

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

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

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

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

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

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