#BBFBAF

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

Shades of Madang #BBFBAF

Tints of Madang #BBFBAF

Color information

#BBFBAF (or 0xBBFBAF) is unknown color: approx Madang. HEX triplet: BB, FB and AF. RGB value is (187,251,175). Sum of RGB (Red+Green+Blue) = 187+251+175=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 251 (98.44% from 255 or 40.95% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFBAF is #440450. Grayscale: #DFDFDF. Windows color (decimal): -4457553 or 11533243. OLE color: 11533243.

HSL color Cylindrical-coordinate representation of color #BBFBAF: hue angle of 110.53º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBFBAF is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB187251175-
CMYK0.2500.300.02
HSL110.53º90.48%83.53%-
HSV(B)110.53º30.28%98.43%-
XYZ62.7382.6553.21-
YUV223.2100.8102.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.51%
GREEN value IS 251 (98.44% from 255) = 40.95%
BLUE value IS 175 (68.75% from 255) = 28.55%
R=30.51%
G=40.95%
B=28.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872511750.2500.300.02110.5390.4883.53
HexBBFBAF1901E26f5a54
Octal273373257310362157132124
Binary1011101111111011101011111100101111010110111110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFBAF; }

 p { color: rgb(187,251,175); }

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

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

 a { background-color: rgb(187,251,175); }

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

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

 span { border-color: rgb(187,251,175); }

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