#BFE4B0

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

Shades of Madang #BFE4B0

Tints of Madang #BFE4B0

Color information

#BFE4B0 (or 0xBFE4B0) is unknown color: approx Madang. HEX triplet: BF, E4 and B0. RGB value is (191,228,176). Sum of RGB (Red+Green+Blue) = 191+228+176=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 228 (89.45% from 255 or 38.32% from 595); Blue value is 176 (69.14% from 255 or 29.58% from 595); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE4B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE4B0 is #401B4F. Grayscale: #D3D3D3. Windows color (decimal): -4201296 or 11592895. OLE color: 11592895.

HSL color Cylindrical-coordinate representation of color #BFE4B0: hue angle of 102.69º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFE4B0 is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB191228176-
CMYK0.1600.230.11
HSL102.69º49.06%79.22%-
HSV(B)102.69º22.81%89.41%-
XYZ57.0769.751.52-
YUV211.01108.24113.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.10%
GREEN value IS 228 (89.45% from 255) = 38.32%
BLUE value IS 176 (69.14% from 255) = 29.58%
R=32.10%
G=38.32%
B=29.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912281760.1600.230.11102.6949.0679.22
HexBFE4B010017B67314f
Octal277344260200271314761117
Binary10111111111001001011000010000010111101111001111100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE4B0; }

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

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

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

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

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

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

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

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