#BBFCB6

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

Shades of Madang #BBFCB6

Tints of Madang #BBFCB6

Color information

#BBFCB6 (or 0xBBFCB6) is unknown color: approx Madang. HEX triplet: BB, FC and B6. RGB value is (187,252,182). Sum of RGB (Red+Green+Blue) = 187+252+182=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 252 (98.83% from 255 or 40.58% from 621); Blue value is 182 (71.48% from 255 or 29.31% from 621); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFCB6 is #440349. Grayscale: #E0E0E0. Windows color (decimal): -4457290 or 11992251. OLE color: 11992251.

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

Color convert

RGB187252182-
CMYK0.2600.280.01
HSL115.71º92.11%85.1%-
HSV(B)115.71º27.78%98.82%-
XYZ63.7583.5657.03-
YUV224.58103.97101.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.11%
GREEN value IS 252 (98.83% from 255) = 40.58%
BLUE value IS 182 (71.48% from 255) = 29.31%
R=30.11%
G=40.58%
B=29.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872521820.2600.280.01115.7192.1185.1
HexBBFCB61A01C1745c55
Octal273374266320341164134125
Binary101110111111110010110110110100111001111010010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFCB6; }

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

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

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

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

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

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

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

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