#BFF8B2

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

Shades of Madang #BFF8B2

Tints of Madang #BFF8B2

Color information

#BFF8B2 (or 0xBFF8B2) is unknown color: approx Madang. HEX triplet: BF, F8 and B2. RGB value is (191,248,178). Sum of RGB (Red+Green+Blue) = 191+248+178=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 248 (97.27% from 255 or 40.19% from 617); Blue value is 178 (69.92% from 255 or 28.85% from 617); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF8B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF8B2 is #40074D. Grayscale: #DFDFDF. Windows color (decimal): -4196174 or 11729087. OLE color: 11729087.

HSL color Cylindrical-coordinate representation of color #BFF8B2: hue angle of 108.86º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFF8B2 is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB191248178-
CMYK0.2300.280.03
HSL108.86º83.33%83.53%-
HSV(B)108.86º28.23%97.25%-
XYZ63.0981.4354.51-
YUV222.98102.62105.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.96%
GREEN value IS 248 (97.27% from 255) = 40.19%
BLUE value IS 178 (69.92% from 255) = 28.85%
R=30.96%
G=40.19%
B=28.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1912481780.2300.280.03108.8683.3383.53
HexBFF8B21701C36d5354
Octal277370262270343155123124
Binary1011111111111000101100101011101110011110110110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF8B2; }

 p { color: rgb(191,248,178); }

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

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

 a { background-color: rgb(191,248,178); }

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

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

 span { border-color: rgb(191,248,178); }

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