#BFE0A3

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

Shades of Madang #BFE0A3

Tints of Madang #BFE0A3

Color information

#BFE0A3 (or 0xBFE0A3) is unknown color: approx Madang. HEX triplet: BF, E0 and A3. RGB value is (191,224,163). Sum of RGB (Red+Green+Blue) = 191+224+163=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 224 (87.89% from 255 or 38.75% from 578); Blue value is 163 (64.06% from 255 or 28.20% from 578); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE0A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE0A3 is #401F5C. Grayscale: #CFCFCF. Windows color (decimal): -4202333 or 10739903. OLE color: 10739903.

HSL color Cylindrical-coordinate representation of color #BFE0A3: hue angle of 92.46º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFE0A3 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB191224163-
CMYK0.1500.270.12
HSL92.46º49.59%75.88%-
HSV(B)92.46º27.23%87.84%-
XYZ54.7567.0344.7-
YUV207.18103.07116.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.04%
GREEN value IS 224 (87.89% from 255) = 38.75%
BLUE value IS 163 (64.06% from 255) = 28.20%
R=33.04%
G=38.75%
B=28.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1912241630.1500.270.1292.4649.5975.88
HexBFE0A3F01BC5c324c
Octal277340243170331413462114
Binary1011111111100000101000111111011011110010111001100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE0A3; }

 p { color: rgb(191,224,163); }

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

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

 a { background-color: rgb(191,224,163); }

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

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

 span { border-color: rgb(191,224,163); }

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