#BBF0AD

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

Shades of Madang #BBF0AD

Tints of Madang #BBF0AD

Color information

#BBF0AD (or 0xBBF0AD) is unknown color: approx Madang. HEX triplet: BB, F0 and AD. RGB value is (187,240,173). Sum of RGB (Red+Green+Blue) = 187+240+173=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 240 (94.14% from 255 or 40% from 600); Blue value is 173 (67.97% from 255 or 28.83% from 600); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF0AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF0AD is #440F52. Grayscale: #D8D8D8. Windows color (decimal): -4460371 or 11399355. OLE color: 11399355.

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

Color convert

RGB187240173-
CMYK0.2200.280.06
HSL107.46º69.07%80.98%-
HSV(B)107.46º27.92%94.12%-
XYZ59.275.951.07-
YUV216.52103.44106.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.17%
GREEN value IS 240 (94.14% from 255) = 40%
BLUE value IS 173 (67.97% from 255) = 28.83%
R=31.17%
G=40%
B=28.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872401730.2200.280.06107.4669.0780.98
HexBBF0AD1601C66b4551
Octal273360255260346153105121
Binary10111011111100001010110110110011100110110101110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF0AD; }

 p { color: rgb(187,240,173); }

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

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

 a { background-color: rgb(187,240,173); }

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

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

 span { border-color: rgb(187,240,173); }

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