#BBF2B5

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

Shades of Madang #BBF2B5

Tints of Madang #BBF2B5

Color information

#BBF2B5 (or 0xBBF2B5) is unknown color: approx Madang. HEX triplet: BB, F2 and B5. RGB value is (187,242,181). Sum of RGB (Red+Green+Blue) = 187+242+181=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 242 (94.92% from 255 or 39.67% from 610); Blue value is 181 (71.09% from 255 or 29.67% from 610); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2B5 is #440D4A. Grayscale: #DADADA. Windows color (decimal): -4459851 or 11924155. OLE color: 11924155.

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

Color convert

RGB187242181-
CMYK0.2300.250.05
HSL114.1º70.11%82.94%-
HSV(B)114.1º25.21%94.9%-
XYZ60.5977.4155.46-
YUV218.6106.78105.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.66%
GREEN value IS 242 (94.92% from 255) = 39.67%
BLUE value IS 181 (71.09% from 255) = 29.67%
R=30.66%
G=39.67%
B=29.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872421810.2300.250.05114.170.1182.94
HexBBF2B5170195724653
Octal273362265270315162106123
Binary10111011111100101011010110111011001101111001010001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF2B5; }

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

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

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

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

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

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

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

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