#BBF293

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

Shades of Madang #BBF293

Tints of Madang #BBF293

Color information

#BBF293 (or 0xBBF293) is unknown color: approx Madang. HEX triplet: BB, F2 and 93. RGB value is (187,242,147). Sum of RGB (Red+Green+Blue) = 187+242+147=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 242 (94.92% from 255 or 42.01% from 576); Blue value is 147 (57.81% from 255 or 25.52% from 576); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF293 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF293 is #440D6C. Grayscale: #D7D7D7. Windows color (decimal): -4459885 or 9695931. OLE color: 9695931.

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

Color convert

RGB187242147-
CMYK0.2300.390.05
HSL94.74º78.51%76.27%-
HSV(B)94.74º39.26%94.9%-
XYZ57.5176.1839.28-
YUV214.7289.78108.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.47%
GREEN value IS 242 (94.92% from 255) = 42.01%
BLUE value IS 147 (57.81% from 255) = 25.52%
R=32.47%
G=42.01%
B=25.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872421470.2300.390.0594.7478.5176.27
HexBBF2931702755f4f4c
Octal273362223270475137117114
Binary101110111111001010010011101110100111101101111110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF293; }

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

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

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

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

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

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

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

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