#BBF6A0

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

Shades of Madang #BBF6A0

Tints of Madang #BBF6A0

Color information

#BBF6A0 (or 0xBBF6A0) is unknown color: approx Madang. HEX triplet: BB, F6 and A0. RGB value is (187,246,160). Sum of RGB (Red+Green+Blue) = 187+246+160=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 246 (96.48% from 255 or 41.48% from 593); Blue value is 160 (62.89% from 255 or 26.98% from 593); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF6A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF6A0 is #44095F. Grayscale: #DADADA. Windows color (decimal): -4458848 or 10548923. OLE color: 10548923.

HSL color Cylindrical-coordinate representation of color #BBF6A0: hue angle of 101.16º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBF6A0 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB187246160-
CMYK0.2400.350.04
HSL101.16º82.69%79.61%-
HSV(B)101.16º34.96%96.47%-
XYZ59.7979.0145.36-
YUV218.5694.95105.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.53%
GREEN value IS 246 (96.48% from 255) = 41.48%
BLUE value IS 160 (62.89% from 255) = 26.98%
R=31.53%
G=41.48%
B=26.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872461600.2400.350.04101.1682.6979.61
HexBBF6A0180234655350
Octal273366240300434145123120
Binary101110111111011010100000110000100011100110010110100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF6A0; }

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

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

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

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

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

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

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

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