#BBFCB0

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

Shades of Madang #BBFCB0

Tints of Madang #BBFCB0

Color information

#BBFCB0 (or 0xBBFCB0) is unknown color: approx Madang. HEX triplet: BB, FC and B0. RGB value is (187,252,176). Sum of RGB (Red+Green+Blue) = 187+252+176=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 252 (98.83% from 255 or 40.98% from 615); Blue value is 176 (69.14% from 255 or 28.62% from 615); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFCB0 is #44034F. Grayscale: #E0E0E0. Windows color (decimal): -4457296 or 11599035. OLE color: 11599035.

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

Color convert

RGB187252176-
CMYK0.2600.300.01
HSL111.32º92.68%83.92%-
HSV(B)111.32º30.16%98.82%-
XYZ63.1483.3253.83-
YUV223.9100.97101.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.41%
GREEN value IS 252 (98.83% from 255) = 40.98%
BLUE value IS 176 (69.14% from 255) = 28.62%
R=30.41%
G=40.98%
B=28.62%

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
Decimal1872521760.2600.300.01111.3292.6883.92
HexBBFCB01A01E16f5d54
Octal273374260320361157135124
Binary101110111111110010110000110100111101110111110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFCB0; }

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

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

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

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

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

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

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

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