#BFEFAA

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

Shades of Madang #BFEFAA

Tints of Madang #BFEFAA

Color information

#BFEFAA (or 0xBFEFAA) is unknown color: approx Madang. HEX triplet: BF, EF and AA. RGB value is (191,239,170). Sum of RGB (Red+Green+Blue) = 191+239+170=600 (79% of max value = 765). Red value is 191 (75% from 255 or 31.83% from 600); Green value is 239 (93.75% from 255 or 39.83% from 600); Blue value is 170 (66.80% from 255 or 28.33% from 600); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEFAA is #401055. Grayscale: #D9D9D9. Windows color (decimal): -4198486 or 11202495. OLE color: 11202495.

HSL color Cylindrical-coordinate representation of color #BFEFAA: hue angle of 101.74º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFEFAA is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB191239170-
CMYK0.2000.290.06
HSL101.74º68.32%80.2%-
HSV(B)101.74º28.87%93.73%-
XYZ59.6175.7149.5-
YUV216.78101.6109.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.83%
GREEN value IS 239 (93.75% from 255) = 39.83%
BLUE value IS 170 (66.80% from 255) = 28.33%
R=31.83%
G=39.83%
B=28.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912391700.2000.290.06101.7468.3280.2
HexBFEFAA1401D6664450
Octal277357252240356146104120
Binary10111111111011111010101010100011101110110011010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEFAA; }

 p { color: rgb(191,239,170); }

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

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

 a { background-color: rgb(191,239,170); }

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

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

 span { border-color: rgb(191,239,170); }

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