#BBFDB1

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

Shades of Madang #BBFDB1

Tints of Madang #BBFDB1

Color information

#BBFDB1 (or 0xBBFDB1) is unknown color: approx Madang. HEX triplet: BB, FD and B1. RGB value is (187,253,177). Sum of RGB (Red+Green+Blue) = 187+253+177=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 253 (99.22% from 255 or 41.00% from 617); Blue value is 177 (69.53% from 255 or 28.69% from 617); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFDB1 is #44024E. Grayscale: #E0E0E0. Windows color (decimal): -4457039 or 11664827. OLE color: 11664827.

HSL color Cylindrical-coordinate representation of color #BBFDB1: hue angle of 112.11º 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 #BBFDB1 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB187253177-
CMYK0.2600.300.01
HSL112.11º95%84.31%-
HSV(B)112.11º30.04%99.22%-
XYZ63.5583.9954.46-
YUV224.6101.13101.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.31%
GREEN value IS 253 (99.22% from 255) = 41.00%
BLUE value IS 177 (69.53% from 255) = 28.69%
R=30.31%
G=41.00%
B=28.69%

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
Decimal1872531770.2600.300.01112.119584.31
HexBBFDB11A01E1705f54
Octal273375261320361160137124
Binary101110111111110110110001110100111101111000010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFDB1; }

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

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

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

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

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

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

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

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