#BBF2B0

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

Shades of Madang #BBF2B0

Tints of Madang #BBF2B0

Color information

#BBF2B0 (or 0xBBF2B0) is unknown color: approx Madang. HEX triplet: BB, F2 and B0. RGB value is (187,242,176). Sum of RGB (Red+Green+Blue) = 187+242+176=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 242 (94.92% from 255 or 40% from 605); Blue value is 176 (69.14% from 255 or 29.09% from 605); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF2B0 is #440D4F. Grayscale: #DADADA. Windows color (decimal): -4459856 or 11596475. OLE color: 11596475.

HSL color Cylindrical-coordinate representation of color #BBF2B0: hue angle of 110º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBF2B0 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB187242176-
CMYK0.2300.270.05
HSL110º71.74%81.96%-
HSV(B)110º27.27%94.9%-
XYZ60.0877.252.81-
YUV218.03104.28105.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.91%
GREEN value IS 242 (94.92% from 255) = 40%
BLUE value IS 176 (69.14% from 255) = 29.09%
R=30.91%
G=40%
B=29.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872421760.2300.270.0511071.7481.96
HexBBF2B01701B56e4852
Octal273362260270335156110122
Binary10111011111100101011000010111011011101110111010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF2B0; }

 p { color: rgb(187,242,176); }

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

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

 a { background-color: rgb(187,242,176); }

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

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

 span { border-color: rgb(187,242,176); }

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