#BBEFA0

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

Shades of Madang #BBEFA0

Tints of Madang #BBEFA0

Color information

#BBEFA0 (or 0xBBEFA0) is unknown color: approx Madang. HEX triplet: BB, EF and A0. RGB value is (187,239,160). Sum of RGB (Red+Green+Blue) = 187+239+160=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 239 (93.75% from 255 or 40.78% from 586); Blue value is 160 (62.89% from 255 or 27.30% from 586); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEFA0 is #44105F. Grayscale: #D6D6D6. Windows color (decimal): -4460640 or 10547131. OLE color: 10547131.

HSL color Cylindrical-coordinate representation of color #BBEFA0: hue angle of 99.49º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBEFA0 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB187239160-
CMYK0.2200.330.06
HSL99.49º71.17%78.24%-
HSV(B)99.49º33.05%93.73%-
XYZ57.7174.8444.66-
YUV214.4597.27108.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.91%
GREEN value IS 239 (93.75% from 255) = 40.78%
BLUE value IS 160 (62.89% from 255) = 27.30%
R=31.91%
G=40.78%
B=27.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872391600.2200.330.0699.4971.1778.24
HexBBEFA016021663474e
Octal273357240260416143107116
Binary101110111110111110100000101100100001110110001110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEFA0; }

 p { color: rgb(187,239,160); }

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

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

 a { background-color: rgb(187,239,160); }

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

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

 span { border-color: rgb(187,239,160); }

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