#BFEBAE

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

Shades of Madang #BFEBAE

Tints of Madang #BFEBAE

Color information

#BFEBAE (or 0xBFEBAE) is unknown color: approx Madang. HEX triplet: BF, EB and AE. RGB value is (191,235,174). Sum of RGB (Red+Green+Blue) = 191+235+174=600 (79% of max value = 765). Red value is 191 (75% from 255 or 31.83% from 600); Green value is 235 (92.19% from 255 or 39.17% from 600); Blue value is 174 (68.36% from 255 or 29% from 600); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEBAE is #401451. Grayscale: #D7D7D7. Windows color (decimal): -4199506 or 11463615. OLE color: 11463615.

HSL color Cylindrical-coordinate representation of color #BFEBAE: hue angle of 103.28º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFEBAE is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB191235174-
CMYK0.1900.260.08
HSL103.28º60.4%80.2%-
HSV(B)103.28º25.96%92.16%-
XYZ58.8373.5551.14-
YUV214.89104.92110.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.83%
GREEN value IS 235 (92.19% from 255) = 39.17%
BLUE value IS 174 (68.36% from 255) = 29%
R=31.83%
G=39.17%
B=29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912351740.1900.260.08103.2860.480.2
HexBFEBAE1301A8673c50
Octal277353256230321014774120
Binary10111111111010111010111010011011010100011001111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEBAE; }

 p { color: rgb(191,235,174); }

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

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

 a { background-color: rgb(191,235,174); }

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

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

 span { border-color: rgb(191,235,174); }

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