#BBFDB2

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

Shades of Madang #BBFDB2

Tints of Madang #BBFDB2

Color information

#BBFDB2 (or 0xBBFDB2) is unknown color: approx Madang. HEX triplet: BB, FD and B2. RGB value is (187,253,178). Sum of RGB (Red+Green+Blue) = 187+253+178=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 253 (99.22% from 255 or 40.94% from 618); Blue value is 178 (69.92% from 255 or 28.80% from 618); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFDB2 is #44024D. Grayscale: #E0E0E0. Windows color (decimal): -4457038 or 11730363. OLE color: 11730363.

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

Color convert

RGB187253178-
CMYK0.2600.300.01
HSL112.8º94.94%84.51%-
HSV(B)112.8º29.64%99.22%-
XYZ63.6584.0354.98-
YUV224.72101.63101.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.26%
GREEN value IS 253 (99.22% from 255) = 40.94%
BLUE value IS 178 (69.92% from 255) = 28.80%
R=30.26%
G=40.94%
B=28.80%

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
Decimal1872531780.2600.300.01112.894.9484.51
HexBBFDB21A01E1715f55
Octal273375262320361161137125
Binary101110111111110110110010110100111101111000110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFDB2; }

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

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

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

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

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

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

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

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