#BBFDB0

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

Shades of Madang #BBFDB0

Tints of Madang #BBFDB0

Color information

#BBFDB0 (or 0xBBFDB0) is unknown color: approx Madang. HEX triplet: BB, FD and B0. RGB value is (187,253,176). Sum of RGB (Red+Green+Blue) = 187+253+176=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 253 (99.22% from 255 or 41.07% from 616); Blue value is 176 (69.14% from 255 or 28.57% from 616); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFDB0 is #44024F. Grayscale: #E0E0E0. Windows color (decimal): -4457040 or 11599291. OLE color: 11599291.

HSL color Cylindrical-coordinate representation of color #BBFDB0: hue angle of 111.43º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBFDB0 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB187253176-
CMYK0.2600.300.01
HSL111.43º95.06%84.12%-
HSV(B)111.43º30.43%99.22%-
XYZ63.4683.9553.93-
YUV224.49100.63101.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.36%
GREEN value IS 253 (99.22% from 255) = 41.07%
BLUE value IS 176 (69.14% from 255) = 28.57%
R=30.36%
G=41.07%
B=28.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872531760.2600.300.01111.4395.0684.12
HexBBFDB01A01E16f5f54
Octal273375260320361157137124
Binary101110111111110110110000110100111101110111110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFDB0; }

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

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

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

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

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

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

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

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